Html Css Color HEX #B0DA76 Feijoa

📋 copy color: '#B0DA76'

red 176 ◦ green 218 ◦ blue 118

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

Shades of Feijoa #B0DA76

Tints of Feijoa #B0DA76

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.58%

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

R = 34.38%
G = 42.58%
B = 23.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#B0DA76 (or 0xB0DA76) is known color: Feijoa. HEX triplet: B0, DA and 76. RGB value is (176,218,118). Sum of RGB (Red+Green+Blue) = 176+218+118=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA76 is #4F2589. Grayscale: #C2C2C2. Windows color (decimal): -5186954 or 7789232. OLE color: 7789232.

HSL color Cylindrical-coordinate representation of color #B0DA76: hue angle of 85.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0DA76 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 218 118 -
CMYK 0.19 0 0.46 0.15
HSL 85.2º 0.57% 0.66% -
HSV(B) 85.2º 0.46% 0.85% -
XYZ 46.25 60.68 26.41 -
YUV 194.04 85.09 115.13 -
System Red Green Blue C M Y K H S L
Decimal 176 218 118 0.19 0 0.46 0.15 85.2 0.57 0.66
Hex B0 DA 76 13 0 2E F 55 39 42
Octal 260 332 166 23 0 56 17 125 71 102
Binary 10110000 11011010 1110110 10011 0 101110 1111 1010101 111001 1000010

Color Harmonies of #B0DA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA76

Black with #B0DA76

Text Example


Text Example

White with #B0DA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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