#B2CE74

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

Shades of Caper #B2CE74

Tints of Caper #B2CE74

Color information

#B2CE74 (or 0xB2CE74) is unknown color: approx Caper. HEX triplet: B2, CE and 74. RGB value is (178,206,116). Sum of RGB (Red+Green+Blue) = 178+206+116=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CE74 is #4D318B. Grayscale: #BBBBBB. Windows color (decimal): -5058956 or 7655090. OLE color: 7655090.

HSL color Cylindrical-coordinate representation of color #B2CE74: hue angle of 78.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2CE74 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB178206116-
CMYK0.1400.440.19
HSL78.67º47.87%63.14%-
HSV(B)78.67º43.69%80.78%-
XYZ43.5854.8724.82-
YUV187.3787.72121.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 206 (80.86% from 255) = 41.2%
BLUE value IS 116 (45.70% from 255) = 23.2%
R=35.6%
G=41.2%
B=23.2%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782061160.1400.440.1978.6747.8763.14
HexB2CE74E02C134f303f
Octal26231616416054231176077
Binary1011001011001110111010011100101100100111001111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CE74; }

 p { color: rgb(178,206,116); }

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

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

 a { background-color: rgb(178,206,116); }

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

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

 span { border-color: rgb(178,206,116); }

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