Html Css Color HEX #B0D992 Feijoa

📋 copy color: '#B0D992'

red 176 ◦ green 217 ◦ blue 146

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

Shades of Feijoa #B0D992

Tints of Feijoa #B0D992

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.26%

 BLUE value IS 146 (57.42% from 255) = 27.09%

R = 32.65%
G = 40.26%
B = 27.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#B0D992 (or 0xB0D992) is known color: Feijoa. HEX triplet: B0, D9 and 92. RGB value is (176,217,146). Sum of RGB (Red+Green+Blue) = 176+217+146=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D992 is #4F266D. Grayscale: #C4C4C4. Windows color (decimal): -5187182 or 9623984. OLE color: 9623984.

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

Color convert

RGB 176 217 146 -
CMYK 0.19 0 0.33 0.15
HSL 94.65º 0.48% 0.71% -
HSV(B) 94.65º 0.33% 0.85% -
XYZ 47.91 60.93 36.43 -
YUV 196.65 99.42 113.27 -
System Red Green Blue C M Y K H S L
Decimal 176 217 146 0.19 0 0.33 0.15 94.65 0.48 0.71
Hex B0 D9 92 13 0 21 F 5F 30 47
Octal 260 331 222 23 0 41 17 137 60 107
Binary 10110000 11011001 10010010 10011 0 100001 1111 1011111 110000 1000111

Color Harmonies of #B0D992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D992

Black with #B0D992

Text Example


Text Example

White with #B0D992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D992; }

 p { color: rgb(176,217,146); }

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

background-color css

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

 a { background-color: rgb(176,217,146); }

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

border-color css

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

 span { border-color: rgb(176,217,146); }

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