Html Css Color HEX #B4DB7E Feijoa

📋 copy color: '#B4DB7E'

red 180 ◦ green 219 ◦ blue 126

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

Shades of Feijoa #B4DB7E

Tints of Feijoa #B4DB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24%

R = 34.29%
G = 41.71%
B = 24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#B4DB7E (or 0xB4DB7E) is known color: Feijoa. HEX triplet: B4, DB and 7E. RGB value is (180,219,126). Sum of RGB (Red+Green+Blue) = 180+219+126=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DB7E is #4B2481. Grayscale: #C5C5C5. Windows color (decimal): -4924546 or 8313780. OLE color: 8313780.

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

Color convert

RGB 180 219 126 -
CMYK 0.18 0 0.42 0.14
HSL 85.16º 0.56% 0.68% -
HSV(B) 85.16º 0.42% 0.86% -
XYZ 47.92 61.87 29.16 -
YUV 196.74 88.08 116.06 -
System Red Green Blue C M Y K H S L
Decimal 180 219 126 0.18 0 0.42 0.14 85.16 0.56 0.68
Hex B4 DB 7E 12 0 2A E 55 38 44
Octal 264 333 176 22 0 52 16 125 70 104
Binary 10110100 11011011 1111110 10010 0 101010 1110 1010101 111000 1000100

Color Harmonies of #B4DB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DB7E

Black with #B4DB7E

Text Example


Text Example

White with #B4DB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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