#B2CC75

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

Shades of Caper #B2CC75

Tints of Caper #B2CC75

Color information

#B2CC75 (or 0xB2CC75) is unknown color: approx Caper. HEX triplet: B2, CC and 75. RGB value is (178,204,117). Sum of RGB (Red+Green+Blue) = 178+204+117=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CC75 is #4D338A. Grayscale: #BABABA. Windows color (decimal): -5059467 or 7720114. OLE color: 7720114.

HSL color Cylindrical-coordinate representation of color #B2CC75: hue angle of 77.93º 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 #B2CC75 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB178204117-
CMYK0.1300.430.2
HSL77.93º46.03%62.94%-
HSV(B)77.93º42.65%80%-
XYZ43.1653.9424.97-
YUV186.3188.89122.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.67%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 117 (46.09% from 255) = 23.45%
R=35.67%
G=40.88%
B=23.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1782041170.1300.430.277.9346.0362.94
HexB2CC75D02B144e2e3f
Octal26231416515053241165677
Binary1011001011001100111010111010101011101001001110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CC75; }

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

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

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

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

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

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

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

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