Html Css Color HEX #B0DC8D Feijoa

📋 copy color: '#B0DC8D'

red 176 ◦ green 220 ◦ blue 141

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

Shades of Feijoa #B0DC8D

Tints of Feijoa #B0DC8D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.97%

 BLUE value IS 141 (55.47% from 255) = 26.26%

R = 32.77%
G = 40.97%
B = 26.26%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#B0DC8D (or 0xB0DC8D) is known color: Feijoa. HEX triplet: B0, DC and 8D. RGB value is (176,220,141). Sum of RGB (Red+Green+Blue) = 176+220+141=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DC8D is #4F2372. Grayscale: #C6C6C6. Windows color (decimal): -5186419 or 9297072. OLE color: 9297072.

HSL color Cylindrical-coordinate representation of color #B0DC8D: hue angle of 93.42º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0DC8D is Cyan = 0.2, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 220 141 -
CMYK 0.2 0 0.36 0.14
HSL 93.42º 0.53% 0.71% -
HSV(B) 93.42º 0.36% 0.86% -
XYZ 48.31 62.34 34.69 -
YUV 197.84 95.92 112.42 -
System Red Green Blue C M Y K H S L
Decimal 176 220 141 0.2 0 0.36 0.14 93.42 0.53 0.71
Hex B0 DC 8D 14 0 24 E 5D 35 47
Octal 260 334 215 24 0 44 16 135 65 107
Binary 10110000 11011100 10001101 10100 0 100100 1110 1011101 110101 1000111

Color Harmonies of #B0DC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DC8D

Black with #B0DC8D

Text Example


Text Example

White with #B0DC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DC8D; }

 p { color: rgb(176,220,141); }

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

background-color css

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

 a { background-color: rgb(176,220,141); }

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

border-color css

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

 span { border-color: rgb(176,220,141); }

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