Html Css Color HEX #B2D870 Caper

📋 copy color: '#B2D870'

red 178 ◦ green 216 ◦ blue 112

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

Shades of Caper #B2D870

Tints of Caper #B2D870

RGB

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

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

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

R = 35.18%
G = 42.69%
B = 22.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#B2D870 (or 0xB2D870) is known color: Caper. HEX triplet: B2, D8 and 70. RGB value is (178,216,112). Sum of RGB (Red+Green+Blue) = 178+216+112=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D870 is #4D278F. Grayscale: #C1C1C1. Windows color (decimal): -5056400 or 7395506. OLE color: 7395506.

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

Color convert

RGB 178 216 112 -
CMYK 0.18 0 0.48 0.15
HSL 81.92º 0.57% 0.64% -
HSV(B) 81.92º 0.48% 0.85% -
XYZ 45.84 59.75 24.45 -
YUV 192.78 82.41 117.46 -
System Red Green Blue C M Y K H S L
Decimal 178 216 112 0.18 0 0.48 0.15 81.92 0.57 0.64
Hex B2 D8 70 12 0 30 F 52 39 40
Octal 262 330 160 22 0 60 17 122 71 100
Binary 10110010 11011000 1110000 10010 0 110000 1111 1010010 111001 1000000

Color Harmonies of #B2D870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D870

Black with #B2D870

Text Example


Text Example

White with #B2D870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D870; }

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

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

background-color css

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

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

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

border-color css

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

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

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