Html Css Color HEX #ABCC84 Feijoa

📋 copy color: '#ABCC84'

red 171 ◦ green 204 ◦ blue 132

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

Shades of Feijoa #ABCC84

Tints of Feijoa #ABCC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.04%

R = 33.73%
G = 40.24%
B = 26.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#ABCC84 (or 0xABCC84) is known color: Feijoa. HEX triplet: AB, CC and 84. RGB value is (171,204,132). Sum of RGB (Red+Green+Blue) = 171+204+132=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCC84 is #54337B. Grayscale: #BABABA. Windows color (decimal): -5518204 or 8703147. OLE color: 8703147.

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

Color convert

RGB 171 204 132 -
CMYK 0.16 0 0.35 0.2
HSL 87.5º 0.41% 0.66% -
HSV(B) 87.5º 0.35% 0.8% -
XYZ 42.55 53.51 29.92 -
YUV 185.93 97.57 117.35 -
System Red Green Blue C M Y K H S L
Decimal 171 204 132 0.16 0 0.35 0.2 87.5 0.41 0.66
Hex AB CC 84 10 0 23 14 57 29 42
Octal 253 314 204 20 0 43 24 127 51 102
Binary 10101011 11001100 10000100 10000 0 100011 10100 1010111 101001 1000010

Color Harmonies of #ABCC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC84

Black with #ABCC84

Text Example


Text Example

White with #ABCC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC84; }

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

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

background-color css

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

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

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

border-color css

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

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

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