Html Css Color HEX #B2DC95 Feijoa

📋 copy color: '#B2DC95'

red 178 ◦ green 220 ◦ blue 149

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

Shades of Feijoa #B2DC95

Tints of Feijoa #B2DC95

RGB

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

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

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

R = 32.54%
G = 40.22%
B = 27.24%

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

#B2DC95 (or 0xB2DC95) is known color: Feijoa. HEX triplet: B2, DC and 95. RGB value is (178,220,149). Sum of RGB (Red+Green+Blue) = 178+220+149=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DC95 is #4D236A. Grayscale: #C7C7C7. Windows color (decimal): -5055339 or 9821362. OLE color: 9821362.

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

Color convert

RGB 178 220 149 -
CMYK 0.19 0 0.32 0.14
HSL 95.49º 0.5% 0.72% -
HSV(B) 95.49º 0.32% 0.86% -
XYZ 49.38 62.82 37.96 -
YUV 199.35 99.59 112.77 -
System Red Green Blue C M Y K H S L
Decimal 178 220 149 0.19 0 0.32 0.14 95.49 0.5 0.72
Hex B2 DC 95 13 0 20 E 5F 32 48
Octal 262 334 225 23 0 40 16 137 62 110
Binary 10110010 11011100 10010101 10011 0 100000 1110 1011111 110010 1001000

Color Harmonies of #B2DC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DC95

Black with #B2DC95

Text Example


Text Example

White with #B2DC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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