#B1CF83

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

Shades of Caper #B1CF83

Tints of Caper #B1CF83

Color information

#B1CF83 (or 0xB1CF83) is unknown color: approx Caper. HEX triplet: B1, CF and 83. RGB value is (177,207,131). Sum of RGB (Red+Green+Blue) = 177+207+131=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CF83 is #4E307C. Grayscale: #BDBDBD. Windows color (decimal): -5124221 or 8638385. OLE color: 8638385.

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

Color convert

RGB177207131-
CMYK0.1400.370.19
HSL83.68º44.19%66.27%-
HSV(B)83.68º36.71%81.18%-
XYZ44.5455.6129.86-
YUV189.3795.06119.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 207 (81.25% from 255) = 40.19%
BLUE value IS 131 (51.56% from 255) = 25.44%
R=34.37%
G=40.19%
B=25.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772071310.1400.370.1983.6844.1966.27
HexB1CF83E02513542c42
Octal261317203160452312454102
Binary101100011100111110000011111001001011001110101001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CF83; }

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

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

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

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

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

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

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

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