#B8CC8C

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

Shades of Caper #B8CC8C

Tints of Caper #B8CC8C

Color information

#B8CC8C (or 0xB8CC8C) is unknown color: approx Caper. HEX triplet: B8, CC and 8C. RGB value is (184,204,140). Sum of RGB (Red+Green+Blue) = 184+204+140=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CC8C is #473373. Grayscale: #BEBEBE. Windows color (decimal): -4666228 or 9227448. OLE color: 9227448.

HSL color Cylindrical-coordinate representation of color #B8CC8C: hue angle of 78.75º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8CC8C is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB184204140-
CMYK0.1000.310.2
HSL78.75º38.55%67.45%-
HSV(B)78.75º31.37%80%-
XYZ46.0955.2733.05-
YUV190.7299.37123.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.85%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 140 (55.08% from 255) = 26.52%
R=34.85%
G=38.64%
B=26.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1842041400.1000.310.278.7538.5567.45
HexB8CC8CA01F144f2743
Octal270314214120372411747103
Binary10111000110011001000110010100111111010010011111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CC8C; }

 p { color: rgb(184,204,140); }

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

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

 a { background-color: rgb(184,204,140); }

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

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

 span { border-color: rgb(184,204,140); }

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