Html Css Color HEX #ABCB8D Feijoa

📋 copy color: '#ABCB8D'

red 171 ◦ green 203 ◦ blue 141

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

Shades of Feijoa #ABCB8D

Tints of Feijoa #ABCB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.38%

R = 33.2%
G = 39.42%
B = 27.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#ABCB8D (or 0xABCB8D) is known color: Feijoa. HEX triplet: AB, CB and 8D. RGB value is (171,203,141). Sum of RGB (Red+Green+Blue) = 171+203+141=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCB8D is #543472. Grayscale: #BABABA. Windows color (decimal): -5518451 or 9292715. OLE color: 9292715.

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

Color convert

RGB 171 203 141 -
CMYK 0.16 0 0.31 0.20
HSL 90.97º 0.37% 0.67% -
HSV(B) 90.97º 0.31% 0.8% -
XYZ 42.96 53.29 33.22 -
YUV 186.36 102.4 117.04 -
System Red Green Blue C M Y K H S L
Decimal 171 203 141 0.16 0 0.31 0.20 90.97 0.37 0.67
Hex AB CB 8D 10 0 1F 14 5B 25 43
Octal 253 313 215 20 0 37 24 133 45 103
Binary 10101011 11001011 10001101 10000 0 11111 10100 1011011 100101 1000011

Color Harmonies of #ABCB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB8D

Black with #ABCB8D

Text Example


Text Example

White with #ABCB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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