Html Css Color HEX #B4DB90 Feijoa

📋 copy color: '#B4DB90'

red 180 ◦ green 219 ◦ blue 144

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

Shades of Feijoa #B4DB90

Tints of Feijoa #B4DB90

RGB

 RED value IS 180 (70.7% from 255) = 33.15%

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

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

R = 33.15%
G = 40.33%
B = 26.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#B4DB90 (or 0xB4DB90) is known color: Feijoa. HEX triplet: B4, DB and 90. RGB value is (180,219,144). Sum of RGB (Red+Green+Blue) = 180+219+144=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DB90 is #4B246F. Grayscale: #C7C7C7. Windows color (decimal): -4924528 or 9493428. OLE color: 9493428.

HSL color Cylindrical-coordinate representation of color #B4DB90: hue angle of 91.2º 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 #B4DB90 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 219 144 -
CMYK 0.18 0 0.34 0.14
HSL 91.2º 0.51% 0.71% -
HSV(B) 91.2º 0.34% 0.86% -
XYZ 49.19 62.38 35.83 -
YUV 198.79 97.08 114.6 -
System Red Green Blue C M Y K H S L
Decimal 180 219 144 0.18 0 0.34 0.14 91.2 0.51 0.71
Hex B4 DB 90 12 0 22 E 5B 33 47
Octal 264 333 220 22 0 42 16 133 63 107
Binary 10110100 11011011 10010000 10010 0 100010 1110 1011011 110011 1000111

Color Harmonies of #B4DB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DB90

Black with #B4DB90

Text Example


Text Example

White with #B4DB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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