Html Css Color HEX #B4DC95 Feijoa

📋 copy color: '#B4DC95'

red 180 ◦ green 220 ◦ blue 149

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

Shades of Feijoa #B4DC95

Tints of Feijoa #B4DC95

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.07%

 BLUE value IS 149 (58.59% from 255) = 27.14%

R = 32.79%
G = 40.07%
B = 27.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#B4DC95 (or 0xB4DC95) is known color: Feijoa. HEX triplet: B4, DC and 95. RGB value is (180,220,149). Sum of RGB (Red+Green+Blue) = 180+220+149=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DC95 is #4B236A. Grayscale: #C8C8C8. Windows color (decimal): -4924267 or 9821364. OLE color: 9821364.

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

Color convert

RGB 180 220 149 -
CMYK 0.18 0 0.32 0.14
HSL 93.8º 0.5% 0.72% -
HSV(B) 93.8º 0.32% 0.86% -
XYZ 49.84 63.06 37.98 -
YUV 199.95 99.25 113.77 -
System Red Green Blue C M Y K H S L
Decimal 180 220 149 0.18 0 0.32 0.14 93.8 0.5 0.72
Hex B4 DC 95 12 0 20 E 5E 32 48
Octal 264 334 225 22 0 40 16 136 62 110
Binary 10110100 11011100 10010101 10010 0 100000 1110 1011110 110010 1001000

Color Harmonies of #B4DC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DC95

Black with #B4DC95

Text Example


Text Example

White with #B4DC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DC95; }

 p { color: rgb(180,220,149); }

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

background-color css

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

 a { background-color: rgb(180,220,149); }

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

border-color css

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

 span { border-color: rgb(180,220,149); }

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