Html Css Color HEX #B2D170 Caper

📋 copy color: '#B2D170'

red 178 ◦ green 209 ◦ blue 112

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

Shades of Caper #B2D170

Tints of Caper #B2D170

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.88%

 BLUE value IS 112 (44.14% from 255) = 22.44%

R = 35.67%
G = 41.88%
B = 22.44%

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

#B2D170 (or 0xB2D170) is known color: Caper. HEX triplet: B2, D1 and 70. RGB value is (178,209,112). Sum of RGB (Red+Green+Blue) = 178+209+112=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D170 is #4D2E8F. Grayscale: #BDBDBD. Windows color (decimal): -5058192 or 7393714. OLE color: 7393714.

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

Color convert

RGB 178 209 112 -
CMYK 0.15 0 0.46 0.18
HSL 79.18º 0.51% 0.63% -
HSV(B) 79.18º 0.46% 0.82% -
XYZ 44.09 56.24 23.86 -
YUV 188.67 84.73 120.39 -
System Red Green Blue C M Y K H S L
Decimal 178 209 112 0.15 0 0.46 0.18 79.18 0.51 0.63
Hex B2 D1 70 F 0 2E 12 4F 33 3F
Octal 262 321 160 17 0 56 22 117 63 77
Binary 10110010 11010001 1110000 1111 0 101110 10010 1001111 110011 111111

Color Harmonies of #B2D170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D170

Black with #B2D170

Text Example


Text Example

White with #B2D170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D170; }

 p { color: rgb(178,209,112); }

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

background-color css

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

 a { background-color: rgb(178,209,112); }

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

border-color css

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

 span { border-color: rgb(178,209,112); }

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