Html Css Color HEX #B2D872 Caper

📋 copy color: '#B2D872'

red 178 ◦ green 216 ◦ blue 114

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

Shades of Caper #B2D872

Tints of Caper #B2D872

RGB

 RED value IS 178 (69.92% from 255) = 35.04%

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

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

R = 35.04%
G = 42.52%
B = 22.44%

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

#B2D872 (or 0xB2D872) is known color: Caper. HEX triplet: B2, D8 and 72. RGB value is (178,216,114). Sum of RGB (Red+Green+Blue) = 178+216+114=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D872 is #4D278D. Grayscale: #C1C1C1. Windows color (decimal): -5056398 or 7526578. OLE color: 7526578.

HSL color Cylindrical-coordinate representation of color #B2D872: hue angle of 82.35º 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 #B2D872 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 216 114 -
CMYK 0.18 0 0.47 0.15
HSL 82.35º 0.57% 0.65% -
HSV(B) 82.35º 0.47% 0.85% -
XYZ 45.95 59.79 25.04 -
YUV 193.01 83.41 117.29 -
System Red Green Blue C M Y K H S L
Decimal 178 216 114 0.18 0 0.47 0.15 82.35 0.57 0.65
Hex B2 D8 72 12 0 2F F 52 39 41
Octal 262 330 162 22 0 57 17 122 71 101
Binary 10110010 11011000 1110010 10010 0 101111 1111 1010010 111001 1000001

Color Harmonies of #B2D872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D872

Black with #B2D872

Text Example


Text Example

White with #B2D872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D872; }

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

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

background-color css

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

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

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

border-color css

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

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

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