Html Css Color HEX #B0DE8A Feijoa

📋 copy color: '#B0DE8A'

red 176 ◦ green 222 ◦ blue 138

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

Shades of Feijoa #B0DE8A

Tints of Feijoa #B0DE8A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.42%

 BLUE value IS 138 (54.3% from 255) = 25.75%

R = 32.84%
G = 41.42%
B = 25.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#B0DE8A (or 0xB0DE8A) is known color: Feijoa. HEX triplet: B0, DE and 8A. RGB value is (176,222,138). Sum of RGB (Red+Green+Blue) = 176+222+138=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DE8A is #4F2175. Grayscale: #C6C6C6. Windows color (decimal): -5185910 or 9100976. OLE color: 9100976.

HSL color Cylindrical-coordinate representation of color #B0DE8A: hue angle of 92.86º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0DE8A is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 222 138 -
CMYK 0.21 0 0.38 0.13
HSL 92.86º 0.56% 0.71% -
HSV(B) 92.86º 0.38% 0.87% -
XYZ 48.61 63.31 33.7 -
YUV 198.67 93.76 111.83 -
System Red Green Blue C M Y K H S L
Decimal 176 222 138 0.21 0 0.38 0.13 92.86 0.56 0.71
Hex B0 DE 8A 15 0 26 D 5D 38 47
Octal 260 336 212 25 0 46 15 135 70 107
Binary 10110000 11011110 10001010 10101 0 100110 1101 1011101 111000 1000111

Color Harmonies of #B0DE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DE8A

Black with #B0DE8A

Text Example


Text Example

White with #B0DE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DE8A; }

 p { color: rgb(176,222,138); }

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

background-color css

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

 a { background-color: rgb(176,222,138); }

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

border-color css

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

 span { border-color: rgb(176,222,138); }

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