Html Css Color HEX #B0DC76 Feijoa

📋 copy color: '#B0DC76'

red 176 ◦ green 220 ◦ blue 118

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

Shades of Feijoa #B0DC76

Tints of Feijoa #B0DC76

RGB

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

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

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

R = 34.24%
G = 42.8%
B = 22.96%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#B0DC76 (or 0xB0DC76) is known color: Feijoa. HEX triplet: B0, DC and 76. RGB value is (176,220,118). Sum of RGB (Red+Green+Blue) = 176+220+118=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC76 is #4F2389. Grayscale: #C3C3C3. Windows color (decimal): -5186442 or 7789744. OLE color: 7789744.

HSL color Cylindrical-coordinate representation of color #B0DC76: hue angle of 85.88º degrees, saturation: 0.59, 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 #B0DC76 is Cyan = 0.2, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 220 118 -
CMYK 0.2 0 0.46 0.14
HSL 85.88º 0.59% 0.66% -
HSV(B) 85.88º 0.46% 0.86% -
XYZ 46.77 61.72 26.59 -
YUV 195.22 84.42 114.29 -
System Red Green Blue C M Y K H S L
Decimal 176 220 118 0.2 0 0.46 0.14 85.88 0.59 0.66
Hex B0 DC 76 14 0 2E E 56 3B 42
Octal 260 334 166 24 0 56 16 126 73 102
Binary 10110000 11011100 1110110 10100 0 101110 1110 1010110 111011 1000010

Color Harmonies of #B0DC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DC76

Black with #B0DC76

Text Example


Text Example

White with #B0DC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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