Html Css Color HEX #B1D576 Caper

📋 copy color: '#B1D576'

red 177 ◦ green 213 ◦ blue 118

#B1D576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #B1D576

Tints of Caper #B1D576

RGB

 RED value IS 177 (69.53% from 255) = 34.84%

 GREEN value IS 213 (83.59% from 255) = 41.93%

 BLUE value IS 118 (46.48% from 255) = 23.23%

R = 34.84%
G = 41.93%
B = 23.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#B1D576 (or 0xB1D576) is known color: Caper. HEX triplet: B1, D5 and 76. RGB value is (177,213,118). Sum of RGB (Red+Green+Blue) = 177+213+118=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D576 is #4E2A89. Grayscale: #BFBFBF. Windows color (decimal): -5122698 or 7787953. OLE color: 7787953.

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

Color convert

RGB 177 213 118 -
CMYK 0.17 0 0.45 0.16
HSL 82.74º 0.53% 0.65% -
HSV(B) 82.74º 0.45% 0.84% -
XYZ 45.2 58.24 26 -
YUV 191.41 86.57 117.72 -
System Red Green Blue C M Y K H S L
Decimal 177 213 118 0.17 0 0.45 0.16 82.74 0.53 0.65
Hex B1 D5 76 11 0 2D 10 53 35 41
Octal 261 325 166 21 0 55 20 123 65 101
Binary 10110001 11010101 1110110 10001 0 101101 10000 1010011 110101 1000001

Color Harmonies of #B1D576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D576

Black with #B1D576

Text Example


Text Example

White with #B1D576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D576; }

 p { color: rgb(177,213,118); }

 H1.HeaderClassName
 {
   color: #B1D576;
 }
 .AnyTagClassName
 {
   color: #B1D576;
 }
</style>

background-color css

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

 a { background-color: rgb(177,213,118); }

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

border-color css

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

 span { border-color: rgb(177,213,118); }

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