Html Css Color HEX #B1D872 Caper

📋 copy color: '#B1D872'

red 177 ◦ green 216 ◦ blue 114

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

Shades of Caper #B1D872

Tints of Caper #B1D872

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.6%

 BLUE value IS 114 (44.92% from 255) = 22.49%

R = 34.91%
G = 42.6%
B = 22.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#B1D872 (or 0xB1D872) is known color: Caper. HEX triplet: B1, D8 and 72. RGB value is (177,216,114). Sum of RGB (Red+Green+Blue) = 177+216+114=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D872 is #4E278D. Grayscale: #C1C1C1. Windows color (decimal): -5121934 or 7526577. OLE color: 7526577.

HSL color Cylindrical-coordinate representation of color #B1D872: hue angle of 82.94º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1D872 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 216 114 -
CMYK 0.18 0 0.47 0.15
HSL 82.94º 0.57% 0.65% -
HSV(B) 82.94º 0.47% 0.85% -
XYZ 45.72 59.67 25.03 -
YUV 192.71 83.58 116.79 -
System Red Green Blue C M Y K H S L
Decimal 177 216 114 0.18 0 0.47 0.15 82.94 0.57 0.65
Hex B1 D8 72 12 0 2F F 53 39 41
Octal 261 330 162 22 0 57 17 123 71 101
Binary 10110001 11011000 1110010 10010 0 101111 1111 1010011 111001 1000001

Color Harmonies of #B1D872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D872

Black with #B1D872

Text Example


Text Example

White with #B1D872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D872; }

 p { color: rgb(177,216,114); }

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

background-color css

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

 a { background-color: rgb(177,216,114); }

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

border-color css

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

 span { border-color: rgb(177,216,114); }

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