Html Css Color HEX #ABCC88 Feijoa

📋 copy color: '#ABCC88'

red 171 ◦ green 204 ◦ blue 136

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

Shades of Feijoa #ABCC88

Tints of Feijoa #ABCC88

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.92%

 BLUE value IS 136 (53.52% from 255) = 26.61%

R = 33.46%
G = 39.92%
B = 26.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#ABCC88 (or 0xABCC88) is known color: Feijoa. HEX triplet: AB, CC and 88. RGB value is (171,204,136). Sum of RGB (Red+Green+Blue) = 171+204+136=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCC88 is #543377. Grayscale: #BABABA. Windows color (decimal): -5518200 or 8965291. OLE color: 8965291.

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

Color convert

RGB 171 204 136 -
CMYK 0.16 0 0.33 0.2
HSL 89.12º 0.4% 0.67% -
HSV(B) 89.12º 0.33% 0.8% -
XYZ 42.83 53.62 31.39 -
YUV 186.38 99.57 117.03 -
System Red Green Blue C M Y K H S L
Decimal 171 204 136 0.16 0 0.33 0.2 89.12 0.4 0.67
Hex AB CC 88 10 0 21 14 59 28 43
Octal 253 314 210 20 0 41 24 131 50 103
Binary 10101011 11001100 10001000 10000 0 100001 10100 1011001 101000 1000011

Color Harmonies of #ABCC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC88

Black with #ABCC88

Text Example


Text Example

White with #ABCC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC88; }

 p { color: rgb(171,204,136); }

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

background-color css

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

 a { background-color: rgb(171,204,136); }

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

border-color css

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

 span { border-color: rgb(171,204,136); }

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