Html Css Color HEX #B1D570 Caper

📋 copy color: '#B1D570'

red 177 ◦ green 213 ◦ blue 112

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

Shades of Caper #B1D570

Tints of Caper #B1D570

RGB

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

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

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

R = 35.26%
G = 42.43%
B = 22.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#B1D570 (or 0xB1D570) is known color: Caper. HEX triplet: B1, D5 and 70. RGB value is (177,213,112). Sum of RGB (Red+Green+Blue) = 177+213+112=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D570 is #4E2A8F. Grayscale: #BFBFBF. Windows color (decimal): -5122704 or 7394737. OLE color: 7394737.

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

Color convert

RGB 177 213 112 -
CMYK 0.17 0 0.47 0.16
HSL 81.39º 0.55% 0.64% -
HSV(B) 81.39º 0.47% 0.84% -
XYZ 44.85 58.11 24.18 -
YUV 190.72 83.57 118.21 -
System Red Green Blue C M Y K H S L
Decimal 177 213 112 0.17 0 0.47 0.16 81.39 0.55 0.64
Hex B1 D5 70 11 0 2F 10 51 37 40
Octal 261 325 160 21 0 57 20 121 67 100
Binary 10110001 11010101 1110000 10001 0 101111 10000 1010001 110111 1000000

Color Harmonies of #B1D570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D570

Black with #B1D570

Text Example


Text Example

White with #B1D570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D570; }

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

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

background-color css

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

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

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

border-color css

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

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

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