Html Css Color HEX #B2DB93 Feijoa

📋 copy color: '#B2DB93'

red 178 ◦ green 219 ◦ blue 147

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

Shades of Feijoa #B2DB93

Tints of Feijoa #B2DB93

RGB

 RED value IS 178 (69.92% from 255) = 32.72%

 GREEN value IS 219 (85.94% from 255) = 40.26%

 BLUE value IS 147 (57.81% from 255) = 27.02%

R = 32.72%
G = 40.26%
B = 27.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#B2DB93 (or 0xB2DB93) is known color: Feijoa. HEX triplet: B2, DB and 93. RGB value is (178,219,147). Sum of RGB (Red+Green+Blue) = 178+219+147=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DB93 is #4D246C. Grayscale: #C6C6C6. Windows color (decimal): -5055597 or 9690034. OLE color: 9690034.

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

Color convert

RGB 178 219 147 -
CMYK 0.19 0 0.33 0.14
HSL 94.17º 0.5% 0.72% -
HSV(B) 94.17º 0.33% 0.86% -
XYZ 48.96 62.23 37.04 -
YUV 198.53 98.92 113.35 -
System Red Green Blue C M Y K H S L
Decimal 178 219 147 0.19 0 0.33 0.14 94.17 0.5 0.72
Hex B2 DB 93 13 0 21 E 5E 32 48
Octal 262 333 223 23 0 41 16 136 62 110
Binary 10110010 11011011 10010011 10011 0 100001 1110 1011110 110010 1001000

Color Harmonies of #B2DB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB93

Black with #B2DB93

Text Example


Text Example

White with #B2DB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB93; }

 p { color: rgb(178,219,147); }

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

background-color css

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

 a { background-color: rgb(178,219,147); }

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

border-color css

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

 span { border-color: rgb(178,219,147); }

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