Html Css Color HEX #B0DC92 Feijoa

📋 copy color: '#B0DC92'

red 176 ◦ green 220 ◦ blue 146

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

Shades of Feijoa #B0DC92

Tints of Feijoa #B0DC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.94%

R = 32.47%
G = 40.59%
B = 26.94%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#B0DC92 (or 0xB0DC92) is known color: Feijoa. HEX triplet: B0, DC and 92. RGB value is (176,220,146). Sum of RGB (Red+Green+Blue) = 176+220+146=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DC92 is #4F236D. Grayscale: #C6C6C6. Windows color (decimal): -5186414 or 9624752. OLE color: 9624752.

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

Color convert

RGB 176 220 146 -
CMYK 0.2 0 0.34 0.14
HSL 95.68º 0.51% 0.72% -
HSV(B) 95.68º 0.34% 0.86% -
XYZ 48.69 62.49 36.69 -
YUV 198.41 98.42 112.02 -
System Red Green Blue C M Y K H S L
Decimal 176 220 146 0.2 0 0.34 0.14 95.68 0.51 0.72
Hex B0 DC 92 14 0 22 E 60 33 48
Octal 260 334 222 24 0 42 16 140 63 110
Binary 10110000 11011100 10010010 10100 0 100010 1110 1100000 110011 1001000

Color Harmonies of #B0DC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DC92

Black with #B0DC92

Text Example


Text Example

White with #B0DC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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