Html Css Color HEX #B2D895 Feijoa

📋 copy color: '#B2D895'

red 178 ◦ green 216 ◦ blue 149

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

Shades of Feijoa #B2D895

Tints of Feijoa #B2D895

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.78%

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

R = 32.78%
G = 39.78%
B = 27.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#B2D895 (or 0xB2D895) is known color: Feijoa. HEX triplet: B2, D8 and 95. RGB value is (178,216,149). Sum of RGB (Red+Green+Blue) = 178+216+149=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D895 is #4D276A. Grayscale: #C5C5C5. Windows color (decimal): -5056363 or 9820338. OLE color: 9820338.

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

Color convert

RGB 178 216 149 -
CMYK 0.18 0 0.31 0.15
HSL 94.03º 0.46% 0.72% -
HSV(B) 94.03º 0.31% 0.85% -
XYZ 48.34 60.75 37.61 -
YUV 197 100.91 114.45 -
System Red Green Blue C M Y K H S L
Decimal 178 216 149 0.18 0 0.31 0.15 94.03 0.46 0.72
Hex B2 D8 95 12 0 1F F 5E 2E 48
Octal 262 330 225 22 0 37 17 136 56 110
Binary 10110010 11011000 10010101 10010 0 11111 1111 1011110 101110 1001000

Color Harmonies of #B2D895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D895

Black with #B2D895

Text Example


Text Example

White with #B2D895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D895; }

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

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

background-color css

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

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

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

border-color css

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

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

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