Html Css Color HEX #B2D26E Caper

📋 copy color: '#B2D26E'

red 178 ◦ green 210 ◦ blue 110

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

Shades of Caper #B2D26E

Tints of Caper #B2D26E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.09%

R = 35.74%
G = 42.17%
B = 22.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#B2D26E (or 0xB2D26E) is known color: Caper. HEX triplet: B2, D2 and 6E. RGB value is (178,210,110). Sum of RGB (Red+Green+Blue) = 178+210+110=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D26E is #4D2D91. Grayscale: #BDBDBD. Windows color (decimal): -5057938 or 7262898. OLE color: 7262898.

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

Color convert

RGB 178 210 110 -
CMYK 0.15 0 0.48 0.18
HSL 79.2º 0.53% 0.63% -
HSV(B) 79.2º 0.48% 0.82% -
XYZ 44.22 56.68 23.36 -
YUV 189.03 83.4 120.13 -
System Red Green Blue C M Y K H S L
Decimal 178 210 110 0.15 0 0.48 0.18 79.2 0.53 0.63
Hex B2 D2 6E F 0 30 12 4F 35 3F
Octal 262 322 156 17 0 60 22 117 65 77
Binary 10110010 11010010 1101110 1111 0 110000 10010 1001111 110101 111111

Color Harmonies of #B2D26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D26E

Black with #B2D26E

Text Example


Text Example

White with #B2D26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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