Html Css Color HEX #B0DA92 Feijoa

📋 copy color: '#B0DA92'

red 176 ◦ green 218 ◦ blue 146

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

Shades of Feijoa #B0DA92

Tints of Feijoa #B0DA92

RGB

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

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

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

R = 32.59%
G = 40.37%
B = 27.04%

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

#B0DA92 (or 0xB0DA92) is known color: Feijoa. HEX triplet: B0, DA and 92. RGB value is (176,218,146). Sum of RGB (Red+Green+Blue) = 176+218+146=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DA92 is #4F256D. Grayscale: #C5C5C5. Windows color (decimal): -5186926 or 9624240. OLE color: 9624240.

HSL color Cylindrical-coordinate representation of color #B0DA92: hue angle of 95º degrees, saturation: 0.49, 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 #B0DA92 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 218 146 -
CMYK 0.19 0 0.33 0.15
HSL 95º 0.49% 0.71% -
HSV(B) 95º 0.33% 0.85% -
XYZ 48.16 61.45 36.52 -
YUV 197.23 99.09 112.85 -
System Red Green Blue C M Y K H S L
Decimal 176 218 146 0.19 0 0.33 0.15 95 0.49 0.71
Hex B0 DA 92 13 0 21 F 5F 31 47
Octal 260 332 222 23 0 41 17 137 61 107
Binary 10110000 11011010 10010010 10011 0 100001 1111 1011111 110001 1000111

Color Harmonies of #B0DA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA92

Black with #B0DA92

Text Example


Text Example

White with #B0DA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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