Html Css Color HEX #B3DB95 Feijoa

📋 copy color: '#B3DB95'

red 179 ◦ green 219 ◦ blue 149

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

Shades of Feijoa #B3DB95

Tints of Feijoa #B3DB95

RGB

 RED value IS 179 (70.31% from 255) = 32.72%

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

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

R = 32.72%
G = 40.04%
B = 27.24%

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

#B3DB95 (or 0xB3DB95) is known color: Feijoa. HEX triplet: B3, DB and 95. RGB value is (179,219,149). Sum of RGB (Red+Green+Blue) = 179+219+149=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DB95 is #4C246A. Grayscale: #C7C7C7. Windows color (decimal): -4990059 or 9821107. OLE color: 9821107.

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

Color convert

RGB 179 219 149 -
CMYK 0.18 0 0.32 0.14
HSL 94.29º 0.49% 0.72% -
HSV(B) 94.29º 0.32% 0.86% -
XYZ 49.35 62.42 37.88 -
YUV 199.06 99.75 113.69 -
System Red Green Blue C M Y K H S L
Decimal 179 219 149 0.18 0 0.32 0.14 94.29 0.49 0.72
Hex B3 DB 95 12 0 20 E 5E 31 48
Octal 263 333 225 22 0 40 16 136 61 110
Binary 10110011 11011011 10010101 10010 0 100000 1110 1011110 110001 1001000

Color Harmonies of #B3DB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DB95

Black with #B3DB95

Text Example


Text Example

White with #B3DB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DB95; }

 p { color: rgb(179,219,149); }

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

background-color css

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

 a { background-color: rgb(179,219,149); }

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

border-color css

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

 span { border-color: rgb(179,219,149); }

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