Html Css Color HEX #ABB900 Citrus

📋 copy color: '#ABB900'

red 171 ◦ green 185 ◦ blue 0

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

Shades of Citrus #ABB900

Tints of Citrus #ABB900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.97%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.03%
G = 51.97%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#ABB900 (or 0xABB900) is known color: Citrus. HEX triplet: AB, B9 and 00. RGB value is (171,185,0). Sum of RGB (Red+Green+Blue) = 171+185+0=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 185 (72.66% from 255 or 51.97% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB900 is #5446FF. Grayscale: #A0A0A0. Windows color (decimal): -5523200 or 47531. OLE color: 47531.

HSL color Cylindrical-coordinate representation of color #ABB900: hue angle of 64.54º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABB900 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 185 0 -
CMYK 0.08 0 1 0.27
HSL 64.54º 1% 0.36% -
HSV(B) 64.54º 1% 0.73% -
XYZ 34.14 43.36 6.57 -
YUV 159.72 37.86 136.04 -
System Red Green Blue C M Y K H S L
Decimal 171 185 0 0.08 0 1 0.27 64.54 1 0.36
Hex AB B9 0 8 0 64 1B 41 64 24
Octal 253 271 0 10 0 144 33 101 144 44
Binary 10101011 10111001 0 1000 0 1100100 11011 1000001 1100100 100100

Color Harmonies of #ABB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB900

Black with #ABB900

Text Example


Text Example

White with #ABB900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB900; }

 p { color: rgb(171,185,0); }

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

background-color css

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

 a { background-color: rgb(171,185,0); }

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

border-color css

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

 span { border-color: rgb(171,185,0); }

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