Html Css Color HEX #B4DC90 Feijoa

📋 copy color: '#B4DC90'

red 180 ◦ green 220 ◦ blue 144

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

Shades of Feijoa #B4DC90

Tints of Feijoa #B4DC90

RGB

 RED value IS 180 (70.7% from 255) = 33.09%

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

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

R = 33.09%
G = 40.44%
B = 26.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#B4DC90 (or 0xB4DC90) is known color: Feijoa. HEX triplet: B4, DC and 90. RGB value is (180,220,144). Sum of RGB (Red+Green+Blue) = 180+220+144=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DC90 is #4B236F. Grayscale: #C7C7C7. Windows color (decimal): -4924272 or 9493684. OLE color: 9493684.

HSL color Cylindrical-coordinate representation of color #B4DC90: hue angle of 91.58º 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 #B4DC90 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 220 144 -
CMYK 0.18 0 0.35 0.14
HSL 91.58º 0.52% 0.71% -
HSV(B) 91.58º 0.35% 0.86% -
XYZ 49.45 62.9 35.92 -
YUV 199.38 96.75 114.18 -
System Red Green Blue C M Y K H S L
Decimal 180 220 144 0.18 0 0.35 0.14 91.58 0.52 0.71
Hex B4 DC 90 12 0 23 E 5C 34 47
Octal 264 334 220 22 0 43 16 134 64 107
Binary 10110100 11011100 10010000 10010 0 100011 1110 1011100 110100 1000111

Color Harmonies of #B4DC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DC90

Black with #B4DC90

Text Example


Text Example

White with #B4DC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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