Html Css Color HEX #B2DC90 Feijoa

📋 copy color: '#B2DC90'

red 178 ◦ green 220 ◦ blue 144

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

Shades of Feijoa #B2DC90

Tints of Feijoa #B2DC90

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.59%

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

R = 32.84%
G = 40.59%
B = 26.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#B2DC90 (or 0xB2DC90) is known color: Feijoa. HEX triplet: B2, DC and 90. RGB value is (178,220,144). Sum of RGB (Red+Green+Blue) = 178+220+144=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DC90 is #4D236F. Grayscale: #C7C7C7. Windows color (decimal): -5055344 or 9493682. OLE color: 9493682.

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

Color convert

RGB 178 220 144 -
CMYK 0.19 0 0.35 0.14
HSL 93.16º 0.52% 0.71% -
HSV(B) 93.16º 0.35% 0.86% -
XYZ 48.99 62.67 35.9 -
YUV 198.78 97.09 113.18 -
System Red Green Blue C M Y K H S L
Decimal 178 220 144 0.19 0 0.35 0.14 93.16 0.52 0.71
Hex B2 DC 90 13 0 23 E 5D 34 47
Octal 262 334 220 23 0 43 16 135 64 107
Binary 10110010 11011100 10010000 10011 0 100011 1110 1011101 110100 1000111

Color Harmonies of #B2DC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DC90

Black with #B2DC90

Text Example


Text Example

White with #B2DC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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