Html Css Color HEX #B0DB76 Feijoa

📋 copy color: '#B0DB76'

red 176 ◦ green 219 ◦ blue 118

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

Shades of Feijoa #B0DB76

Tints of Feijoa #B0DB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23%

R = 34.31%
G = 42.69%
B = 23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#B0DB76 (or 0xB0DB76) is known color: Feijoa. HEX triplet: B0, DB and 76. RGB value is (176,219,118). Sum of RGB (Red+Green+Blue) = 176+219+118=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB76 is #4F2489. Grayscale: #C2C2C2. Windows color (decimal): -5186698 or 7789488. OLE color: 7789488.

HSL color Cylindrical-coordinate representation of color #B0DB76: hue angle of 85.54º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0DB76 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 219 118 -
CMYK 0.20 0 0.46 0.14
HSL 85.54º 0.58% 0.66% -
HSV(B) 85.54º 0.46% 0.86% -
XYZ 46.51 61.2 26.5 -
YUV 194.63 84.75 114.71 -
System Red Green Blue C M Y K H S L
Decimal 176 219 118 0.20 0 0.46 0.14 85.54 0.58 0.66
Hex B0 DB 76 14 0 2E E 56 3A 42
Octal 260 333 166 24 0 56 16 126 72 102
Binary 10110000 11011011 1110110 10100 0 101110 1110 1010110 111010 1000010

Color Harmonies of #B0DB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DB76

Black with #B0DB76

Text Example


Text Example

White with #B0DB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DB76; }

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

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

background-color css

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

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

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

border-color css

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

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

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