#B8CC75

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

Shades of Caper #B8CC75

Tints of Caper #B8CC75

Color information

#B8CC75 (or 0xB8CC75) is unknown color: approx Caper. HEX triplet: B8, CC and 75. RGB value is (184,204,117). Sum of RGB (Red+Green+Blue) = 184+204+117=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CC75 is #47338A. Grayscale: #BCBCBC. Windows color (decimal): -4666251 or 7720120. OLE color: 7720120.

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

Color convert

RGB184204117-
CMYK0.1000.430.2
HSL73.79º46.03%62.94%-
HSV(B)73.79º42.65%80%-
XYZ44.5754.6625.03-
YUV188.187.87125.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.44%
GREEN value IS 204 (80.08% from 255) = 40.40%
BLUE value IS 117 (46.09% from 255) = 23.17%
R=36.44%
G=40.40%
B=23.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1842041170.1000.430.273.7946.0362.94
HexB8CC75A02B144a2e3f
Octal27031416512053241125677
Binary1011100011001100111010110100101011101001001010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CC75; }

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

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

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

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

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

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

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

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