Html Css Color HEX #B0D77C Feijoa

📋 copy color: '#B0D77C'

red 176 ◦ green 215 ◦ blue 124

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

Shades of Feijoa #B0D77C

Tints of Feijoa #B0D77C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.08%

R = 34.17%
G = 41.75%
B = 24.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#B0D77C (or 0xB0D77C) is known color: Feijoa. HEX triplet: B0, D7 and 7C. RGB value is (176,215,124). Sum of RGB (Red+Green+Blue) = 176+215+124=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D77C is #4F2883. Grayscale: #C1C1C1. Windows color (decimal): -5187716 or 8181680. OLE color: 8181680.

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

Color convert

RGB 176 215 124 -
CMYK 0.18 0 0.42 0.16
HSL 85.71º 0.53% 0.66% -
HSV(B) 85.71º 0.42% 0.84% -
XYZ 45.84 59.29 28.1 -
YUV 192.97 89.08 115.9 -
System Red Green Blue C M Y K H S L
Decimal 176 215 124 0.18 0 0.42 0.16 85.71 0.53 0.66
Hex B0 D7 7C 12 0 2A 10 56 35 42
Octal 260 327 174 22 0 52 20 126 65 102
Binary 10110000 11010111 1111100 10010 0 101010 10000 1010110 110101 1000010

Color Harmonies of #B0D77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D77C

Black with #B0D77C

Text Example


Text Example

White with #B0D77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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