Html Css Color HEX #B2DB96 Feijoa

📋 copy color: '#B2DB96'

red 178 ◦ green 219 ◦ blue 150

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

Shades of Feijoa #B2DB96

Tints of Feijoa #B2DB96

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.04%

 BLUE value IS 150 (58.98% from 255) = 27.42%

R = 32.54%
G = 40.04%
B = 27.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#B2DB96 (or 0xB2DB96) is known color: Feijoa. HEX triplet: B2, DB and 96. RGB value is (178,219,150). Sum of RGB (Red+Green+Blue) = 178+219+150=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DB96 is #4D2469. Grayscale: #C7C7C7. Windows color (decimal): -5055594 or 9886642. OLE color: 9886642.

HSL color Cylindrical-coordinate representation of color #B2DB96: hue angle of 95.65º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2DB96 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 219 150 -
CMYK 0.19 0 0.32 0.14
HSL 95.65º 0.49% 0.72% -
HSV(B) 95.65º 0.32% 0.86% -
XYZ 49.2 62.33 38.29 -
YUV 198.88 100.42 113.11 -
System Red Green Blue C M Y K H S L
Decimal 178 219 150 0.19 0 0.32 0.14 95.65 0.49 0.72
Hex B2 DB 96 13 0 20 E 60 31 48
Octal 262 333 226 23 0 40 16 140 61 110
Binary 10110010 11011011 10010110 10011 0 100000 1110 1100000 110001 1001000

Color Harmonies of #B2DB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB96

Black with #B2DB96

Text Example


Text Example

White with #B2DB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB96; }

 p { color: rgb(178,219,150); }

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

background-color css

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

 a { background-color: rgb(178,219,150); }

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

border-color css

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

 span { border-color: rgb(178,219,150); }

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