Html Css Color HEX #B2DD90 Feijoa

📋 copy color: '#B2DD90'

red 178 ◦ green 221 ◦ blue 144

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

Shades of Feijoa #B2DD90

Tints of Feijoa #B2DD90

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.7%

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

R = 32.78%
G = 40.7%
B = 26.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#B2DD90 (or 0xB2DD90) is known color: Feijoa. HEX triplet: B2, DD and 90. RGB value is (178,221,144). Sum of RGB (Red+Green+Blue) = 178+221+144=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DD90 is #4D226F. Grayscale: #C7C7C7. Windows color (decimal): -5055088 or 9493938. OLE color: 9493938.

HSL color Cylindrical-coordinate representation of color #B2DD90: hue angle of 93.51º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2DD90 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 221 144 -
CMYK 0.19 0 0.35 0.13
HSL 93.51º 0.53% 0.72% -
HSV(B) 93.51º 0.35% 0.87% -
XYZ 49.25 63.19 35.99 -
YUV 199.37 96.75 112.76 -
System Red Green Blue C M Y K H S L
Decimal 178 221 144 0.19 0 0.35 0.13 93.51 0.53 0.72
Hex B2 DD 90 13 0 23 D 5E 35 48
Octal 262 335 220 23 0 43 15 136 65 110
Binary 10110010 11011101 10010000 10011 0 100011 1101 1011110 110101 1001000

Color Harmonies of #B2DD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DD90

Black with #B2DD90

Text Example


Text Example

White with #B2DD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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