Html Css Color HEX #B0DC8C Feijoa

📋 copy color: '#B0DC8C'

red 176 ◦ green 220 ◦ blue 140

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

Shades of Feijoa #B0DC8C

Tints of Feijoa #B0DC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.12%

R = 32.84%
G = 41.04%
B = 26.12%

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

#B0DC8C (or 0xB0DC8C) is known color: Feijoa. HEX triplet: B0, DC and 8C. RGB value is (176,220,140). Sum of RGB (Red+Green+Blue) = 176+220+140=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DC8C is #4F2373. Grayscale: #C5C5C5. Windows color (decimal): -5186420 or 9231536. OLE color: 9231536.

HSL color Cylindrical-coordinate representation of color #B0DC8C: hue angle of 93º 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 #B0DC8C is Cyan = 0.2, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 220 140 -
CMYK 0.2 0 0.36 0.14
HSL 93º 0.53% 0.71% -
HSV(B) 93º 0.36% 0.86% -
XYZ 48.23 62.31 34.3 -
YUV 197.72 95.42 112.5 -
System Red Green Blue C M Y K H S L
Decimal 176 220 140 0.2 0 0.36 0.14 93 0.53 0.71
Hex B0 DC 8C 14 0 24 E 5D 35 47
Octal 260 334 214 24 0 44 16 135 65 107
Binary 10110000 11011100 10001100 10100 0 100100 1110 1011101 110101 1000111

Color Harmonies of #B0DC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DC8C

Black with #B0DC8C

Text Example


Text Example

White with #B0DC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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