Html Css Color HEX #B2DA90 Feijoa

📋 copy color: '#B2DA90'

red 178 ◦ green 218 ◦ blue 144

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

Shades of Feijoa #B2DA90

Tints of Feijoa #B2DA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.67%

R = 32.96%
G = 40.37%
B = 26.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#B2DA90 (or 0xB2DA90) is known color: Feijoa. HEX triplet: B2, DA and 90. RGB value is (178,218,144). Sum of RGB (Red+Green+Blue) = 178+218+144=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DA90 is #4D256F. Grayscale: #C5C5C5. Windows color (decimal): -5055856 or 9493170. OLE color: 9493170.

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

Color convert

RGB 178 218 144 -
CMYK 0.18 0 0.34 0.15
HSL 92.43º 0.5% 0.71% -
HSV(B) 92.43º 0.34% 0.85% -
XYZ 48.47 61.62 35.73 -
YUV 197.6 97.75 114.02 -
System Red Green Blue C M Y K H S L
Decimal 178 218 144 0.18 0 0.34 0.15 92.43 0.5 0.71
Hex B2 DA 90 12 0 22 F 5C 32 47
Octal 262 332 220 22 0 42 17 134 62 107
Binary 10110010 11011010 10010000 10010 0 100010 1111 1011100 110010 1000111

Color Harmonies of #B2DA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA90

Black with #B2DA90

Text Example


Text Example

White with #B2DA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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