Html Css Color HEX #B0DB94 Feijoa

📋 copy color: '#B0DB94'

red 176 ◦ green 219 ◦ blue 148

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

Shades of Feijoa #B0DB94

Tints of Feijoa #B0DB94

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.33%

 BLUE value IS 148 (58.2% from 255) = 27.26%

R = 32.41%
G = 40.33%
B = 27.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#B0DB94 (or 0xB0DB94) is known color: Feijoa. HEX triplet: B0, DB and 94. RGB value is (176,219,148). Sum of RGB (Red+Green+Blue) = 176+219+148=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DB94 is #4F246B. Grayscale: #C6C6C6. Windows color (decimal): -5186668 or 9755568. OLE color: 9755568.

HSL color Cylindrical-coordinate representation of color #B0DB94: hue angle of 96.34º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0DB94 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 219 148 -
CMYK 0.20 0 0.32 0.14
HSL 96.34º 0.5% 0.72% -
HSV(B) 96.34º 0.32% 0.86% -
XYZ 48.58 62.03 37.43 -
YUV 198.05 99.75 112.27 -
System Red Green Blue C M Y K H S L
Decimal 176 219 148 0.20 0 0.32 0.14 96.34 0.5 0.72
Hex B0 DB 94 14 0 20 E 60 32 48
Octal 260 333 224 24 0 40 16 140 62 110
Binary 10110000 11011011 10010100 10100 0 100000 1110 1100000 110010 1001000

Color Harmonies of #B0DB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DB94

Black with #B0DB94

Text Example


Text Example

White with #B0DB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DB94; }

 p { color: rgb(176,219,148); }

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

background-color css

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

 a { background-color: rgb(176,219,148); }

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

border-color css

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

 span { border-color: rgb(176,219,148); }

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