Html Css Color HEX #B4DB88 Feijoa

📋 copy color: '#B4DB88'

red 180 ◦ green 219 ◦ blue 136

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

Shades of Feijoa #B4DB88

Tints of Feijoa #B4DB88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.42%

R = 33.64%
G = 40.93%
B = 25.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#B4DB88 (or 0xB4DB88) is known color: Feijoa. HEX triplet: B4, DB and 88. RGB value is (180,219,136). Sum of RGB (Red+Green+Blue) = 180+219+136=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DB88 is #4B2477. Grayscale: #C6C6C6. Windows color (decimal): -4924536 or 8969140. OLE color: 8969140.

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

Color convert

RGB 180 219 136 -
CMYK 0.18 0 0.38 0.14
HSL 88.19º 0.54% 0.7% -
HSV(B) 88.19º 0.38% 0.86% -
XYZ 48.6 62.14 32.73 -
YUV 197.88 93.08 115.25 -
System Red Green Blue C M Y K H S L
Decimal 180 219 136 0.18 0 0.38 0.14 88.19 0.54 0.7
Hex B4 DB 88 12 0 26 E 58 36 46
Octal 264 333 210 22 0 46 16 130 66 106
Binary 10110100 11011011 10001000 10010 0 100110 1110 1011000 110110 1000110

Color Harmonies of #B4DB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DB88

Black with #B4DB88

Text Example


Text Example

White with #B4DB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DB88; }

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

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

background-color css

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

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

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

border-color css

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

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

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