Html Css Color HEX #ABCB96 Feijoa

📋 copy color: '#ABCB96'

red 171 ◦ green 203 ◦ blue 150

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

Shades of Feijoa #ABCB96

Tints of Feijoa #ABCB96

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.74%

 BLUE value IS 150 (58.98% from 255) = 28.63%

R = 32.63%
G = 38.74%
B = 28.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#ABCB96 (or 0xABCB96) is known color: Feijoa. HEX triplet: AB, CB and 96. RGB value is (171,203,150). Sum of RGB (Red+Green+Blue) = 171+203+150=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCB96 is #543469. Grayscale: #BBBBBB. Windows color (decimal): -5518442 or 9882539. OLE color: 9882539.

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

Color convert

RGB 171 203 150 -
CMYK 0.16 0 0.26 0.20
HSL 96.23º 0.34% 0.69% -
HSV(B) 96.23º 0.26% 0.8% -
XYZ 43.66 53.57 36.89 -
YUV 187.39 106.9 116.31 -
System Red Green Blue C M Y K H S L
Decimal 171 203 150 0.16 0 0.26 0.20 96.23 0.34 0.69
Hex AB CB 96 10 0 1A 14 60 22 45
Octal 253 313 226 20 0 32 24 140 42 105
Binary 10101011 11001011 10010110 10000 0 11010 10100 1100000 100010 1000101

Color Harmonies of #ABCB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB96

Black with #ABCB96

Text Example


Text Example

White with #ABCB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB96; }

 p { color: rgb(171,203,150); }

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

background-color css

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

 a { background-color: rgb(171,203,150); }

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

border-color css

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

 span { border-color: rgb(171,203,150); }

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