Html Css Color HEX #B2D072 Caper

📋 copy color: '#B2D072'

red 178 ◦ green 208 ◦ blue 114

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

Shades of Caper #B2D072

Tints of Caper #B2D072

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.6%

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

R = 35.6%
G = 41.6%
B = 22.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#B2D072 (or 0xB2D072) is known color: Caper. HEX triplet: B2, D0 and 72. RGB value is (178,208,114). Sum of RGB (Red+Green+Blue) = 178+208+114=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D072 is #4D2F8D. Grayscale: #BCBCBC. Windows color (decimal): -5058446 or 7524530. OLE color: 7524530.

HSL color Cylindrical-coordinate representation of color #B2D072: hue angle of 79.15º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2D072 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 208 114 -
CMYK 0.14 0 0.45 0.18
HSL 79.15º 0.5% 0.63% -
HSV(B) 79.15º 0.45% 0.82% -
XYZ 43.95 55.79 24.37 -
YUV 188.31 86.06 120.64 -
System Red Green Blue C M Y K H S L
Decimal 178 208 114 0.14 0 0.45 0.18 79.15 0.5 0.63
Hex B2 D0 72 E 0 2D 12 4F 32 3F
Octal 262 320 162 16 0 55 22 117 62 77
Binary 10110010 11010000 1110010 1110 0 101101 10010 1001111 110010 111111

Color Harmonies of #B2D072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D072

Black with #B2D072

Text Example


Text Example

White with #B2D072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D072; }

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

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

background-color css

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

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

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

border-color css

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

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

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