#B1D37B

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

Shades of Caper #B1D37B

Tints of Caper #B1D37B

Color information

#B1D37B (or 0xB1D37B) is unknown color: approx Caper. HEX triplet: B1, D3 and 7B. RGB value is (177,211,123). Sum of RGB (Red+Green+Blue) = 177+211+123=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D37B is #4E2C84. Grayscale: #BFBFBF. Windows color (decimal): -5123205 or 8115121. OLE color: 8115121.

HSL color Cylindrical-coordinate representation of color #B1D37B: hue angle of 83.18º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1D37B is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB177211123-
CMYK0.1600.420.17
HSL83.18º50%65.49%-
HSV(B)83.18º41.71%82.75%-
XYZ4557.3727.44-
YUV190.889.74118.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.64%
GREEN value IS 211 (82.81% from 255) = 41.29%
BLUE value IS 123 (48.44% from 255) = 24.07%
R=34.64%
G=41.29%
B=24.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1772111230.1600.420.1783.185065.49
HexB1D37B1002A11533241
Octal261323173200522112362101
Binary101100011101001111110111000001010101000110100111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D37B; }

 p { color: rgb(177,211,123); }

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

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

 a { background-color: rgb(177,211,123); }

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

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

 span { border-color: rgb(177,211,123); }

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