Html Css Color HEX #B2DB89 Feijoa

📋 copy color: '#B2DB89'

red 178 ◦ green 219 ◦ blue 137

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

Shades of Feijoa #B2DB89

Tints of Feijoa #B2DB89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25.66%

R = 33.33%
G = 41.01%
B = 25.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#B2DB89 (or 0xB2DB89) is known color: Feijoa. HEX triplet: B2, DB and 89. RGB value is (178,219,137). Sum of RGB (Red+Green+Blue) = 178+219+137=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DB89 is #4D2476. Grayscale: #C5C5C5. Windows color (decimal): -5055607 or 9034674. OLE color: 9034674.

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

Color convert

RGB 178 219 137 -
CMYK 0.19 0 0.37 0.14
HSL 90º 0.53% 0.7% -
HSV(B) 90º 0.37% 0.86% -
XYZ 48.21 61.93 33.08 -
YUV 197.39 93.92 114.17 -
System Red Green Blue C M Y K H S L
Decimal 178 219 137 0.19 0 0.37 0.14 90 0.53 0.7
Hex B2 DB 89 13 0 25 E 5A 35 46
Octal 262 333 211 23 0 45 16 132 65 106
Binary 10110010 11011011 10001001 10011 0 100101 1110 1011010 110101 1000110

Color Harmonies of #B2DB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB89

Black with #B2DB89

Text Example


Text Example

White with #B2DB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB89; }

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

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

background-color css

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

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

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

border-color css

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

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

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