Html Css Color HEX #B1D572 Caper

📋 copy color: '#B1D572'

red 177 ◦ green 213 ◦ blue 114

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

Shades of Caper #B1D572

Tints of Caper #B1D572

RGB

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

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

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

R = 35.12%
G = 42.26%
B = 22.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#B1D572 (or 0xB1D572) is known color: Caper. HEX triplet: B1, D5 and 72. RGB value is (177,213,114). Sum of RGB (Red+Green+Blue) = 177+213+114=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D572 is #4E2A8D. Grayscale: #BFBFBF. Windows color (decimal): -5122702 or 7525809. OLE color: 7525809.

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

Color convert

RGB 177 213 114 -
CMYK 0.17 0 0.46 0.16
HSL 81.82º 0.54% 0.64% -
HSV(B) 81.82º 0.46% 0.84% -
XYZ 44.96 58.15 24.77 -
YUV 190.95 84.57 118.05 -
System Red Green Blue C M Y K H S L
Decimal 177 213 114 0.17 0 0.46 0.16 81.82 0.54 0.64
Hex B1 D5 72 11 0 2E 10 52 36 40
Octal 261 325 162 21 0 56 20 122 66 100
Binary 10110001 11010101 1110010 10001 0 101110 10000 1010010 110110 1000000

Color Harmonies of #B1D572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D572

Black with #B1D572

Text Example


Text Example

White with #B1D572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D572; }

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

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

background-color css

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

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

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

border-color css

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

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

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