Html Css Color HEX #ABCD91 Feijoa

📋 copy color: '#ABCD91'

red 171 ◦ green 205 ◦ blue 145

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

Shades of Feijoa #ABCD91

Tints of Feijoa #ABCD91

RGB

 RED value IS 171 (67.19% from 255) = 32.82%

 GREEN value IS 205 (80.47% from 255) = 39.35%

 BLUE value IS 145 (57.03% from 255) = 27.83%

R = 32.82%
G = 39.35%
B = 27.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#ABCD91 (or 0xABCD91) is known color: Feijoa. HEX triplet: AB, CD and 91. RGB value is (171,205,145). Sum of RGB (Red+Green+Blue) = 171+205+145=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCD91 is #54326E. Grayscale: #BCBCBC. Windows color (decimal): -5517935 or 9555371. OLE color: 9555371.

HSL color Cylindrical-coordinate representation of color #ABCD91: hue angle of 94º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABCD91 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 145 -
CMYK 0.17 0 0.29 0.20
HSL 94º 0.38% 0.69% -
HSV(B) 94º 0.29% 0.8% -
XYZ 43.74 54.36 34.98 -
YUV 187.99 103.74 115.88 -
System Red Green Blue C M Y K H S L
Decimal 171 205 145 0.17 0 0.29 0.20 94 0.38 0.69
Hex AB CD 91 11 0 1D 14 5E 26 45
Octal 253 315 221 21 0 35 24 136 46 105
Binary 10101011 11001101 10010001 10001 0 11101 10100 1011110 100110 1000101

Color Harmonies of #ABCD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD91

Black with #ABCD91

Text Example


Text Example

White with #ABCD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD91; }

 p { color: rgb(171,205,145); }

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

background-color css

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

 a { background-color: rgb(171,205,145); }

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

border-color css

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

 span { border-color: rgb(171,205,145); }

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