Html Css Color HEX #B3DC92 Feijoa

📋 copy color: '#B3DC92'

red 179 ◦ green 220 ◦ blue 146

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

Shades of Feijoa #B3DC92

Tints of Feijoa #B3DC92

RGB

 RED value IS 179 (70.31% from 255) = 32.84%

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

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

R = 32.84%
G = 40.37%
B = 26.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#B3DC92 (or 0xB3DC92) is known color: Feijoa. HEX triplet: B3, DC and 92. RGB value is (179,220,146). Sum of RGB (Red+Green+Blue) = 179+220+146=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DC92 is #4C236D. Grayscale: #C7C7C7. Windows color (decimal): -4989806 or 9624755. OLE color: 9624755.

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

Color convert

RGB 179 220 146 -
CMYK 0.19 0 0.34 0.14
HSL 93.24º 0.51% 0.72% -
HSV(B) 93.24º 0.34% 0.86% -
XYZ 49.37 62.85 36.72 -
YUV 199.31 97.92 113.52 -
System Red Green Blue C M Y K H S L
Decimal 179 220 146 0.19 0 0.34 0.14 93.24 0.51 0.72
Hex B3 DC 92 13 0 22 E 5D 33 48
Octal 263 334 222 23 0 42 16 135 63 110
Binary 10110011 11011100 10010010 10011 0 100010 1110 1011101 110011 1001000

Color Harmonies of #B3DC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DC92

Black with #B3DC92

Text Example


Text Example

White with #B3DC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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