Html Css Color HEX #B0DB95 Feijoa

📋 copy color: '#B0DB95'

red 176 ◦ green 219 ◦ blue 149

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

Shades of Feijoa #B0DB95

Tints of Feijoa #B0DB95

RGB

 RED value IS 176 (69.14% from 255) = 32.35%

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

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

R = 32.35%
G = 40.26%
B = 27.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#B0DB95 (or 0xB0DB95) is known color: Feijoa. HEX triplet: B0, DB and 95. RGB value is (176,219,149). Sum of RGB (Red+Green+Blue) = 176+219+149=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DB95 is #4F246A. Grayscale: #C6C6C6. Windows color (decimal): -5186667 or 9821104. OLE color: 9821104.

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

Color convert

RGB 176 219 149 -
CMYK 0.20 0 0.32 0.14
HSL 96.86º 0.49% 0.72% -
HSV(B) 96.86º 0.32% 0.86% -
XYZ 48.66 62.06 37.85 -
YUV 198.16 100.25 112.19 -
System Red Green Blue C M Y K H S L
Decimal 176 219 149 0.20 0 0.32 0.14 96.86 0.49 0.72
Hex B0 DB 95 14 0 20 E 61 31 48
Octal 260 333 225 24 0 40 16 141 61 110
Binary 10110000 11011011 10010101 10100 0 100000 1110 1100001 110001 1001000

Color Harmonies of #B0DB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DB95

Black with #B0DB95

Text Example


Text Example

White with #B0DB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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