#B6CC7F

Color #B6CC7F Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #B6CC7F

Tints of Caper #B6CC7F

Color information

#B6CC7F (or 0xB6CC7F) is unknown color: approx Caper. HEX triplet: B6, CC and 7F. RGB value is (182,204,127). Sum of RGB (Red+Green+Blue) = 182+204+127=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CC7F is #493380. Grayscale: #BCBCBC. Windows color (decimal): -4797313 or 8375478. OLE color: 8375478.

HSL color Cylindrical-coordinate representation of color #B6CC7F: hue angle of 77.14º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6CC7F is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB182204127-
CMYK0.1100.380.2
HSL77.14º43.02%64.9%-
HSV(B)77.14º37.75%80%-
XYZ44.7254.6628.27-
YUV188.6493.21123.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 204 (80.08% from 255) = 39.77%
BLUE value IS 127 (50% from 255) = 24.76%
R=35.48%
G=39.77%
B=24.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1822041270.1100.380.277.1443.0264.9
HexB6CC7FB026144d2b41
Octal266314177130462411553101
Binary10110110110011001111111101101001101010010011011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CC7F; }

 p { color: rgb(182,204,127); }

 H1.HeaderClassName
 {
   color: #B6CC7F;
 }
 .AnyTagClassName
 {
   color: #B6CC7F;
 }
</style>
background-color css

<style>
 a { background-color: #B6CC7F; }

 a { background-color: rgb(182,204,127); }

 div.DivClassName
 {
   background-color: #B6CC7F;
 }
 .BgClassName
 {
   background-color: #B6CC7F;
 }
</style>
border-color css

<style>
 span { border-color: #B6CC7F; }

 span { border-color: rgb(182,204,127); }

 td.TdClassName
 {
   border-color: #B6CC7F;
 }
 .TagClassName
 {
   border-color: #B6CC7F;
 }
</style>