Html Css Color HEX #ABB80C Citrus

📋 copy color: '#ABB80C'

red 171 ◦ green 184 ◦ blue 12

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

Shades of Citrus #ABB80C

Tints of Citrus #ABB80C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.14%

 BLUE value IS 12 (5.08% from 255) = 3.27%

R = 46.59%
G = 50.14%
B = 3.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#ABB80C (or 0xABB80C) is known color: Citrus. HEX triplet: AB, B8 and 0C. RGB value is (171,184,12). Sum of RGB (Red+Green+Blue) = 171+184+12=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB80C is #5447F3. Grayscale: #A1A1A1. Windows color (decimal): -5523444 or 833707. OLE color: 833707.

HSL color Cylindrical-coordinate representation of color #ABB80C: hue angle of 64.53º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABB80C is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 184 12 -
CMYK 0.07 0 0.93 0.28
HSL 64.53º 0.88% 0.38% -
HSV(B) 64.53º 0.93% 0.72% -
XYZ 34 42.97 6.85 -
YUV 160.51 44.19 135.49 -
System Red Green Blue C M Y K H S L
Decimal 171 184 12 0.07 0 0.93 0.28 64.53 0.88 0.38
Hex AB B8 C 7 0 5D 1C 41 58 26
Octal 253 270 14 7 0 135 34 101 130 46
Binary 10101011 10111000 1100 111 0 1011101 11100 1000001 1011000 100110

Color Harmonies of #ABB80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB80C

Black with #ABB80C

Text Example


Text Example

White with #ABB80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB80C; }

 p { color: rgb(171,184,12); }

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

background-color css

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

 a { background-color: rgb(171,184,12); }

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

border-color css

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

 span { border-color: rgb(171,184,12); }

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