Html Css Color HEX #B4DB92 Feijoa

📋 copy color: '#B4DB92'

red 180 ◦ green 219 ◦ blue 146

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

Shades of Feijoa #B4DB92

Tints of Feijoa #B4DB92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.79%

R = 33.03%
G = 40.18%
B = 26.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#B4DB92 (or 0xB4DB92) is known color: Feijoa. HEX triplet: B4, DB and 92. RGB value is (180,219,146). Sum of RGB (Red+Green+Blue) = 180+219+146=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DB92 is #4B246D. Grayscale: #C7C7C7. Windows color (decimal): -4924526 or 9624500. OLE color: 9624500.

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

Color convert

RGB 180 219 146 -
CMYK 0.18 0 0.33 0.14
HSL 92.05º 0.5% 0.72% -
HSV(B) 92.05º 0.33% 0.86% -
XYZ 49.34 62.44 36.65 -
YUV 199.02 98.08 114.44 -
System Red Green Blue C M Y K H S L
Decimal 180 219 146 0.18 0 0.33 0.14 92.05 0.5 0.72
Hex B4 DB 92 12 0 21 E 5C 32 48
Octal 264 333 222 22 0 41 16 134 62 110
Binary 10110100 11011011 10010010 10010 0 100001 1110 1011100 110010 1001000

Color Harmonies of #B4DB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DB92

Black with #B4DB92

Text Example


Text Example

White with #B4DB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DB92; }

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

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

background-color css

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

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

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

border-color css

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

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

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