#B1CE83

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

Shades of Caper #B1CE83

Tints of Caper #B1CE83

Color information

#B1CE83 (or 0xB1CE83) is unknown color: approx Caper. HEX triplet: B1, CE and 83. RGB value is (177,206,131). Sum of RGB (Red+Green+Blue) = 177+206+131=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CE83 is #4E317C. Grayscale: #BDBDBD. Windows color (decimal): -5124477 or 8638129. OLE color: 8638129.

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

Color convert

RGB177206131-
CMYK0.1400.360.19
HSL83.2º43.35%66.08%-
HSV(B)83.2º36.41%80.78%-
XYZ44.355.1329.78-
YUV188.7895.39119.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.44%
GREEN value IS 206 (80.86% from 255) = 40.08%
BLUE value IS 131 (51.56% from 255) = 25.49%
R=34.44%
G=40.08%
B=25.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772061310.1400.360.1983.243.3566.08
HexB1CE83E02413532b42
Octal261316203160442312353102
Binary101100011100111010000011111001001001001110100111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CE83; }

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

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

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

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

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

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

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

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