Html Css Color HEX #B0D877 Feijoa

📋 copy color: '#B0D877'

red 176 ◦ green 216 ◦ blue 119

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

Shades of Feijoa #B0D877

Tints of Feijoa #B0D877

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.27%

 BLUE value IS 119 (46.88% from 255) = 23.29%

R = 34.44%
G = 42.27%
B = 23.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#B0D877 (or 0xB0D877) is known color: Feijoa. HEX triplet: B0, D8 and 77. RGB value is (176,216,119). Sum of RGB (Red+Green+Blue) = 176+216+119=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D877 is #4F2788. Grayscale: #C1C1C1. Windows color (decimal): -5187465 or 7854256. OLE color: 7854256.

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

Color convert

RGB 176 216 119 -
CMYK 0.19 0 0.45 0.15
HSL 84.74º 0.55% 0.66% -
HSV(B) 84.74º 0.45% 0.85% -
XYZ 45.79 59.67 26.56 -
YUV 192.98 86.25 115.89 -
System Red Green Blue C M Y K H S L
Decimal 176 216 119 0.19 0 0.45 0.15 84.74 0.55 0.66
Hex B0 D8 77 13 0 2D F 55 37 42
Octal 260 330 167 23 0 55 17 125 67 102
Binary 10110000 11011000 1110111 10011 0 101101 1111 1010101 110111 1000010

Color Harmonies of #B0D877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D877

Black with #B0D877

Text Example


Text Example

White with #B0D877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D877; }

 p { color: rgb(176,216,119); }

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

background-color css

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

 a { background-color: rgb(176,216,119); }

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

border-color css

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

 span { border-color: rgb(176,216,119); }

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