Html Css Color HEX #B0DA93 Feijoa

📋 copy color: '#B0DA93'

red 176 ◦ green 218 ◦ blue 147

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

Shades of Feijoa #B0DA93

Tints of Feijoa #B0DA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.17%

R = 32.53%
G = 40.3%
B = 27.17%

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

#B0DA93 (or 0xB0DA93) is known color: Feijoa. HEX triplet: B0, DA and 93. RGB value is (176,218,147). Sum of RGB (Red+Green+Blue) = 176+218+147=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 147 (57.81% from 255 or 27.17% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DA93 is #4F256C. Grayscale: #C5C5C5. Windows color (decimal): -5186925 or 9689776. OLE color: 9689776.

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

Color convert

RGB 176 218 147 -
CMYK 0.19 0 0.33 0.15
HSL 95.49º 0.49% 0.72% -
HSV(B) 95.49º 0.33% 0.85% -
XYZ 48.24 61.48 36.93 -
YUV 197.35 99.59 112.77 -
System Red Green Blue C M Y K H S L
Decimal 176 218 147 0.19 0 0.33 0.15 95.49 0.49 0.72
Hex B0 DA 93 13 0 21 F 5F 31 48
Octal 260 332 223 23 0 41 17 137 61 110
Binary 10110000 11011010 10010011 10011 0 100001 1111 1011111 110001 1001000

Color Harmonies of #B0DA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA93

Black with #B0DA93

Text Example


Text Example

White with #B0DA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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