Html Css Color HEX #B2D272 Caper

📋 copy color: '#B2D272'

red 178 ◦ green 210 ◦ blue 114

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

Shades of Caper #B2D272

Tints of Caper #B2D272

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.83%

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

R = 35.46%
G = 41.83%
B = 22.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#B2D272 (or 0xB2D272) is known color: Caper. HEX triplet: B2, D2 and 72. RGB value is (178,210,114). Sum of RGB (Red+Green+Blue) = 178+210+114=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D272 is #4D2D8D. Grayscale: #BDBDBD. Windows color (decimal): -5057934 or 7525042. OLE color: 7525042.

HSL color Cylindrical-coordinate representation of color #B2D272: hue angle of 80º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2D272 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 210 114 -
CMYK 0.15 0 0.46 0.18
HSL 80º 0.52% 0.64% -
HSV(B) 80º 0.46% 0.82% -
XYZ 44.44 56.77 24.54 -
YUV 189.49 85.4 119.81 -
System Red Green Blue C M Y K H S L
Decimal 178 210 114 0.15 0 0.46 0.18 80 0.52 0.64
Hex B2 D2 72 F 0 2E 12 50 34 40
Octal 262 322 162 17 0 56 22 120 64 100
Binary 10110010 11010010 1110010 1111 0 101110 10010 1010000 110100 1000000

Color Harmonies of #B2D272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D272

Black with #B2D272

Text Example


Text Example

White with #B2D272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D272; }

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

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

background-color css

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

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

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

border-color css

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

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

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