Html Css Color HEX #B2DB90 Feijoa

📋 copy color: '#B2DB90'

red 178 ◦ green 219 ◦ blue 144

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

Shades of Feijoa #B2DB90

Tints of Feijoa #B2DB90

RGB

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

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

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

R = 32.9%
G = 40.48%
B = 26.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#B2DB90 (or 0xB2DB90) is known color: Feijoa. HEX triplet: B2, DB and 90. RGB value is (178,219,144). Sum of RGB (Red+Green+Blue) = 178+219+144=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DB90 is #4D246F. Grayscale: #C6C6C6. Windows color (decimal): -5055600 or 9493426. OLE color: 9493426.

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

Color convert

RGB 178 219 144 -
CMYK 0.19 0 0.34 0.14
HSL 92.8º 0.51% 0.71% -
HSV(B) 92.8º 0.34% 0.86% -
XYZ 48.73 62.14 35.81 -
YUV 198.19 97.42 113.6 -
System Red Green Blue C M Y K H S L
Decimal 178 219 144 0.19 0 0.34 0.14 92.8 0.51 0.71
Hex B2 DB 90 13 0 22 E 5D 33 47
Octal 262 333 220 23 0 42 16 135 63 107
Binary 10110010 11011011 10010000 10011 0 100010 1110 1011101 110011 1000111

Color Harmonies of #B2DB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB90

Black with #B2DB90

Text Example


Text Example

White with #B2DB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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