Html Css Color HEX #B0DD90 Feijoa

📋 copy color: '#B0DD90'

red 176 ◦ green 221 ◦ blue 144

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

Shades of Feijoa #B0DD90

Tints of Feijoa #B0DD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.62%

R = 32.53%
G = 40.85%
B = 26.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#B0DD90 (or 0xB0DD90) is known color: Feijoa. HEX triplet: B0, DD and 90. RGB value is (176,221,144). Sum of RGB (Red+Green+Blue) = 176+221+144=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DD90 is #4F226F. Grayscale: #C7C7C7. Windows color (decimal): -5186160 or 9493936. OLE color: 9493936.

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

Color convert

RGB 176 221 144 -
CMYK 0.20 0 0.35 0.13
HSL 95.06º 0.53% 0.72% -
HSV(B) 95.06º 0.35% 0.87% -
XYZ 48.79 62.96 35.97 -
YUV 198.77 97.09 111.76 -
System Red Green Blue C M Y K H S L
Decimal 176 221 144 0.20 0 0.35 0.13 95.06 0.53 0.72
Hex B0 DD 90 14 0 23 D 5F 35 48
Octal 260 335 220 24 0 43 15 137 65 110
Binary 10110000 11011101 10010000 10100 0 100011 1101 1011111 110101 1001000

Color Harmonies of #B0DD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DD90

Black with #B0DD90

Text Example


Text Example

White with #B0DD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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