#B1D37A

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

Shades of Caper #B1D37A

Tints of Caper #B1D37A

Color information

#B1D37A (or 0xB1D37A) is unknown color: approx Caper. HEX triplet: B1, D3 and 7A. RGB value is (177,211,122). Sum of RGB (Red+Green+Blue) = 177+211+122=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D37A is #4E2C85. Grayscale: #BFBFBF. Windows color (decimal): -5123206 or 8049585. OLE color: 8049585.

HSL color Cylindrical-coordinate representation of color #B1D37A: hue angle of 82.92º 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 #B1D37A is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB177211122-
CMYK0.1600.420.17
HSL82.92º50.28%65.29%-
HSV(B)82.92º42.18%82.75%-
XYZ44.9457.3427.11-
YUV190.6989.24118.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.71%
GREEN value IS 211 (82.81% from 255) = 41.37%
BLUE value IS 122 (48.05% from 255) = 23.92%
R=34.71%
G=41.37%
B=23.92%

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
Decimal1772111220.1600.420.1782.9250.2865.29
HexB1D37A1002A11533241
Octal261323172200522112362101
Binary101100011101001111110101000001010101000110100111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D37A; }

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

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

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

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

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

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

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

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