#B1CE75

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

Shades of Caper #B1CE75

Tints of Caper #B1CE75

Color information

#B1CE75 (or 0xB1CE75) is unknown color: approx Caper. HEX triplet: B1, CE and 75. RGB value is (177,206,117). Sum of RGB (Red+Green+Blue) = 177+206+117=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CE75 is #4E318A. Grayscale: #BBBBBB. Windows color (decimal): -5124491 or 7720625. OLE color: 7720625.

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

Color convert

RGB177206117-
CMYK0.1400.430.19
HSL79.55º47.59%63.33%-
HSV(B)79.55º43.2%80.78%-
XYZ43.4154.7725.11-
YUV187.1888.39120.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 206 (80.86% from 255) = 41.2%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=35.4%
G=41.2%
B=23.4%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772061170.1400.430.1979.5547.5963.33
HexB1CE75E02B1350303f
Octal26131616516053231206077
Binary1011000111001110111010111100101011100111010000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CE75; }

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

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

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

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

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

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

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

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