Html Css Color HEX #B2DB94 Feijoa

📋 copy color: '#B2DB94'

red 178 ◦ green 219 ◦ blue 148

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

Shades of Feijoa #B2DB94

Tints of Feijoa #B2DB94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.16%

R = 32.66%
G = 40.18%
B = 27.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#B2DB94 (or 0xB2DB94) is known color: Feijoa. HEX triplet: B2, DB and 94. RGB value is (178,219,148). Sum of RGB (Red+Green+Blue) = 178+219+148=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DB94 is #4D246B. Grayscale: #C6C6C6. Windows color (decimal): -5055596 or 9755570. OLE color: 9755570.

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

Color convert

RGB 178 219 148 -
CMYK 0.19 0 0.32 0.14
HSL 94.65º 0.5% 0.72% -
HSV(B) 94.65º 0.32% 0.86% -
XYZ 49.04 62.27 37.45 -
YUV 198.65 99.42 113.27 -
System Red Green Blue C M Y K H S L
Decimal 178 219 148 0.19 0 0.32 0.14 94.65 0.5 0.72
Hex B2 DB 94 13 0 20 E 5F 32 48
Octal 262 333 224 23 0 40 16 137 62 110
Binary 10110010 11011011 10010100 10011 0 100000 1110 1011111 110010 1001000

Color Harmonies of #B2DB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB94

Black with #B2DB94

Text Example


Text Example

White with #B2DB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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