Html Css Color HEX #B0DD96 Feijoa

📋 copy color: '#B0DD96'

red 176 ◦ green 221 ◦ blue 150

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

Shades of Feijoa #B0DD96

Tints of Feijoa #B0DD96

RGB

 RED value IS 176 (69.14% from 255) = 32.18%

 GREEN value IS 221 (86.72% from 255) = 40.4%

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

R = 32.18%
G = 40.4%
B = 27.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#B0DD96 (or 0xB0DD96) is known color: Feijoa. HEX triplet: B0, DD and 96. RGB value is (176,221,150). Sum of RGB (Red+Green+Blue) = 176+221+150=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DD96 is #4F2269. Grayscale: #C7C7C7. Windows color (decimal): -5186154 or 9887152. OLE color: 9887152.

HSL color Cylindrical-coordinate representation of color #B0DD96: hue angle of 98.03º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0DD96 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 221 150 -
CMYK 0.20 0 0.32 0.13
HSL 98.03º 0.51% 0.73% -
HSV(B) 98.03º 0.32% 0.87% -
XYZ 49.27 63.15 38.45 -
YUV 199.45 100.09 111.27 -
System Red Green Blue C M Y K H S L
Decimal 176 221 150 0.20 0 0.32 0.13 98.03 0.51 0.73
Hex B0 DD 96 14 0 20 D 62 33 49
Octal 260 335 226 24 0 40 15 142 63 111
Binary 10110000 11011101 10010110 10100 0 100000 1101 1100010 110011 1001001

Color Harmonies of #B0DD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DD96

Black with #B0DD96

Text Example


Text Example

White with #B0DD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DD96; }

 p { color: rgb(176,221,150); }

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

background-color css

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

 a { background-color: rgb(176,221,150); }

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

border-color css

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

 span { border-color: rgb(176,221,150); }

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