#B6CB84

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

Shades of Caper #B6CB84

Tints of Caper #B6CB84

Color information

#B6CB84 (or 0xB6CB84) is unknown color: approx Caper. HEX triplet: B6, CB and 84. RGB value is (182,203,132). Sum of RGB (Red+Green+Blue) = 182+203+132=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CB84 is #49347B. Grayscale: #BCBCBC. Windows color (decimal): -4797564 or 8702902. OLE color: 8702902.

HSL color Cylindrical-coordinate representation of color #B6CB84: hue angle of 77.75º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6CB84 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB182203132-
CMYK0.1000.350.20
HSL77.75º40.57%65.69%-
HSV(B)77.75º34.98%79.61%-
XYZ44.8154.3229.95-
YUV188.6396.04123.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.20%
GREEN value IS 203 (79.69% from 255) = 39.26%
BLUE value IS 132 (51.95% from 255) = 25.53%
R=35.20%
G=39.26%
B=25.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822031320.1000.350.2077.7540.5765.69
HexB6CB84A023144e2942
Octal266313204120432411651102
Binary101101101100101110000100101001000111010010011101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CB84; }

 p { color: rgb(182,203,132); }

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

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

 a { background-color: rgb(182,203,132); }

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

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

 span { border-color: rgb(182,203,132); }

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