Html Css Color HEX #B2DB95 Feijoa

📋 copy color: '#B2DB95'

red 178 ◦ green 219 ◦ blue 149

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

Shades of Feijoa #B2DB95

Tints of Feijoa #B2DB95

RGB

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

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

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

R = 32.6%
G = 40.11%
B = 27.29%

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

#B2DB95 (or 0xB2DB95) is known color: Feijoa. HEX triplet: B2, DB and 95. RGB value is (178,219,149). Sum of RGB (Red+Green+Blue) = 178+219+149=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DB95 is #4D246A. Grayscale: #C7C7C7. Windows color (decimal): -5055595 or 9821106. OLE color: 9821106.

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

Color convert

RGB 178 219 149 -
CMYK 0.19 0 0.32 0.14
HSL 95.14º 0.49% 0.72% -
HSV(B) 95.14º 0.32% 0.86% -
XYZ 49.12 62.3 37.87 -
YUV 198.76 99.92 113.19 -
System Red Green Blue C M Y K H S L
Decimal 178 219 149 0.19 0 0.32 0.14 95.14 0.49 0.72
Hex B2 DB 95 13 0 20 E 5F 31 48
Octal 262 333 225 23 0 40 16 137 61 110
Binary 10110010 11011011 10010101 10011 0 100000 1110 1011111 110001 1001000

Color Harmonies of #B2DB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB95

Black with #B2DB95

Text Example


Text Example

White with #B2DB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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