#B8C684

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

Shades of Caper #B8C684

Tints of Caper #B8C684

Color information

#B8C684 (or 0xB8C684) is unknown color: approx Caper. HEX triplet: B8, C6 and 84. RGB value is (184,198,132). Sum of RGB (Red+Green+Blue) = 184+198+132=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C684 is #47397B. Grayscale: #BABABA. Windows color (decimal): -4667772 or 8701624. OLE color: 8701624.

HSL color Cylindrical-coordinate representation of color #B8C684: hue angle of 72.73º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8C684 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB184198132-
CMYK0.0700.330.22
HSL72.73º36.67%64.71%-
HSV(B)72.73º33.33%77.65%-
XYZ44.1352.2429.59-
YUV186.2997.36126.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.80%
GREEN value IS 198 (77.73% from 255) = 38.52%
BLUE value IS 132 (51.95% from 255) = 25.68%
R=35.80%
G=38.52%
B=25.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1841981320.0700.330.2272.7336.6764.71
HexB8C684702116492541
Octal27030620470412611145101
Binary10111000110001101000010011101000011011010010011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C684; }

 p { color: rgb(184,198,132); }

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

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

 a { background-color: rgb(184,198,132); }

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

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

 span { border-color: rgb(184,198,132); }

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