#B1CE74

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

Shades of Caper #B1CE74

Tints of Caper #B1CE74

Color information

#B1CE74 (or 0xB1CE74) is unknown color: approx Caper. HEX triplet: B1, CE and 74. RGB value is (177,206,116). Sum of RGB (Red+Green+Blue) = 177+206+116=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CE74 is #4E318B. Grayscale: #BBBBBB. Windows color (decimal): -5124492 or 7655089. OLE color: 7655089.

HSL color Cylindrical-coordinate representation of color #B1CE74: hue angle of 79.33º 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 #B1CE74 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB177206116-
CMYK0.1400.440.19
HSL79.33º47.87%63.14%-
HSV(B)79.33º43.69%80.78%-
XYZ43.3654.7524.81-
YUV187.0787.89120.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.47%
GREEN value IS 206 (80.86% from 255) = 41.28%
BLUE value IS 116 (45.70% from 255) = 23.25%
R=35.47%
G=41.28%
B=23.25%

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
Decimal1772061160.1400.440.1979.3347.8763.14
HexB1CE74E02C134f303f
Octal26131616416054231176077
Binary1011000111001110111010011100101100100111001111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CE74; }

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

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

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

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

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

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

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

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