Html Css Color HEX #B1D770 Caper

📋 copy color: '#B1D770'

red 177 ◦ green 215 ◦ blue 112

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

Shades of Caper #B1D770

Tints of Caper #B1D770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.66%

 BLUE value IS 112 (44.14% from 255) = 22.22%

R = 35.12%
G = 42.66%
B = 22.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#B1D770 (or 0xB1D770) is known color: Caper. HEX triplet: B1, D7 and 70. RGB value is (177,215,112). Sum of RGB (Red+Green+Blue) = 177+215+112=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D770 is #4E288F. Grayscale: #C0C0C0. Windows color (decimal): -5122192 or 7395249. OLE color: 7395249.

HSL color Cylindrical-coordinate representation of color #B1D770: hue angle of 82.14º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1D770 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 215 112 -
CMYK 0.18 0 0.48 0.16
HSL 82.14º 0.56% 0.64% -
HSV(B) 82.14º 0.48% 0.84% -
XYZ 45.36 59.12 24.35 -
YUV 191.9 82.91 117.38 -
System Red Green Blue C M Y K H S L
Decimal 177 215 112 0.18 0 0.48 0.16 82.14 0.56 0.64
Hex B1 D7 70 12 0 30 10 52 38 40
Octal 261 327 160 22 0 60 20 122 70 100
Binary 10110001 11010111 1110000 10010 0 110000 10000 1010010 111000 1000000

Color Harmonies of #B1D770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D770

Black with #B1D770

Text Example


Text Example

White with #B1D770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D770; }

 p { color: rgb(177,215,112); }

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

background-color css

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

 a { background-color: rgb(177,215,112); }

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

border-color css

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

 span { border-color: rgb(177,215,112); }

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