Html Css Color HEX #B0D779 Feijoa

📋 copy color: '#B0D779'

red 176 ◦ green 215 ◦ blue 121

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

Shades of Feijoa #B0D779

Tints of Feijoa #B0D779

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.99%

 BLUE value IS 121 (47.66% from 255) = 23.63%

R = 34.38%
G = 41.99%
B = 23.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#B0D779 (or 0xB0D779) is known color: Feijoa. HEX triplet: B0, D7 and 79. RGB value is (176,215,121). Sum of RGB (Red+Green+Blue) = 176+215+121=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D779 is #4F2886. Grayscale: #C0C0C0. Windows color (decimal): -5187719 or 7985072. OLE color: 7985072.

HSL color Cylindrical-coordinate representation of color #B0D779: hue angle of 84.89º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0D779 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 215 121 -
CMYK 0.18 0 0.44 0.16
HSL 84.89º 0.54% 0.66% -
HSV(B) 84.89º 0.44% 0.84% -
XYZ 45.66 59.21 27.11 -
YUV 192.62 87.58 116.14 -
System Red Green Blue C M Y K H S L
Decimal 176 215 121 0.18 0 0.44 0.16 84.89 0.54 0.66
Hex B0 D7 79 12 0 2C 10 55 36 42
Octal 260 327 171 22 0 54 20 125 66 102
Binary 10110000 11010111 1111001 10010 0 101100 10000 1010101 110110 1000010

Color Harmonies of #B0D779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D779

Black with #B0D779

Text Example


Text Example

White with #B0D779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D779; }

 p { color: rgb(176,215,121); }

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

background-color css

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

 a { background-color: rgb(176,215,121); }

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

border-color css

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

 span { border-color: rgb(176,215,121); }

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