Html Css Color HEX #B0DB73 Feijoa

📋 copy color: '#B0DB73'

red 176 ◦ green 219 ◦ blue 115

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

Shades of Feijoa #B0DB73

Tints of Feijoa #B0DB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.55%

R = 34.51%
G = 42.94%
B = 22.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#B0DB73 (or 0xB0DB73) is known color: Feijoa. HEX triplet: B0, DB and 73. RGB value is (176,219,115). Sum of RGB (Red+Green+Blue) = 176+219+115=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB73 is #4F248C. Grayscale: #C2C2C2. Windows color (decimal): -5186701 or 7592880. OLE color: 7592880.

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

Color convert

RGB 176 219 115 -
CMYK 0.20 0 0.47 0.14
HSL 84.81º 0.59% 0.65% -
HSV(B) 84.81º 0.47% 0.86% -
XYZ 46.33 61.13 25.58 -
YUV 194.29 83.25 114.96 -
System Red Green Blue C M Y K H S L
Decimal 176 219 115 0.20 0 0.47 0.14 84.81 0.59 0.65
Hex B0 DB 73 14 0 2F E 55 3B 41
Octal 260 333 163 24 0 57 16 125 73 101
Binary 10110000 11011011 1110011 10100 0 101111 1110 1010101 111011 1000001

Color Harmonies of #B0DB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DB73

Black with #B0DB73

Text Example


Text Example

White with #B0DB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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