Html Css Color HEX #B2DA95 Feijoa

📋 copy color: '#B2DA95'

red 178 ◦ green 218 ◦ blue 149

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

Shades of Feijoa #B2DA95

Tints of Feijoa #B2DA95

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40%

 BLUE value IS 149 (58.59% from 255) = 27.34%

R = 32.66%
G = 40%
B = 27.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#B2DA95 (or 0xB2DA95) is known color: Feijoa. HEX triplet: B2, DA and 95. RGB value is (178,218,149). Sum of RGB (Red+Green+Blue) = 178+218+149=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DA95 is #4D256A. Grayscale: #C6C6C6. Windows color (decimal): -5055851 or 9820850. OLE color: 9820850.

HSL color Cylindrical-coordinate representation of color #B2DA95: hue angle of 94.78º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2DA95 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 218 149 -
CMYK 0.18 0 0.32 0.15
HSL 94.78º 0.48% 0.72% -
HSV(B) 94.78º 0.32% 0.85% -
XYZ 48.86 61.78 37.78 -
YUV 198.17 100.25 113.61 -
System Red Green Blue C M Y K H S L
Decimal 178 218 149 0.18 0 0.32 0.15 94.78 0.48 0.72
Hex B2 DA 95 12 0 20 F 5F 30 48
Octal 262 332 225 22 0 40 17 137 60 110
Binary 10110010 11011010 10010101 10010 0 100000 1111 1011111 110000 1001000

Color Harmonies of #B2DA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA95

Black with #B2DA95

Text Example


Text Example

White with #B2DA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA95; }

 p { color: rgb(178,218,149); }

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

background-color css

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

 a { background-color: rgb(178,218,149); }

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

border-color css

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

 span { border-color: rgb(178,218,149); }

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