#B8CC7C

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

Shades of Caper #B8CC7C

Tints of Caper #B8CC7C

Color information

#B8CC7C (or 0xB8CC7C) is unknown color: approx Caper. HEX triplet: B8, CC and 7C. RGB value is (184,204,124). Sum of RGB (Red+Green+Blue) = 184+204+124=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CC7C is #473383. Grayscale: #BDBDBD. Windows color (decimal): -4666244 or 8178872. OLE color: 8178872.

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

Color convert

RGB184204124-
CMYK0.1000.390.2
HSL75º43.96%64.31%-
HSV(B)75º39.22%80%-
XYZ4554.8327.28-
YUV188.991.37124.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.94%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 124 (48.83% from 255) = 24.22%
R=35.94%
G=39.84%
B=24.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1842041240.1000.390.27543.9664.31
HexB8CC7CA027144b2c40
Octal270314174120472411354100
Binary10111000110011001111100101001001111010010010111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CC7C; }

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

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

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

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

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

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

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

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