Html Css Color HEX #ABC504 Citrus

📋 copy color: '#ABC504'

red 171 ◦ green 197 ◦ blue 4

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

Shades of Citrus #ABC504

Tints of Citrus #ABC504

RGB

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

 GREEN value IS 197 (77.34% from 255) = 52.96%

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 45.97%
G = 52.96%
B = 1.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#ABC504 (or 0xABC504) is known color: Citrus. HEX triplet: AB, C5 and 04. RGB value is (171,197,4). Sum of RGB (Red+Green+Blue) = 171+197+4=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 197 (77.34% from 255 or 52.96% from 372); Blue value is 4 (1.95% from 255 or 1.08% from 372); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC504 is #543AFB. Grayscale: #A7A7A7. Windows color (decimal): -5520124 or 312747. OLE color: 312747.

HSL color Cylindrical-coordinate representation of color #ABC504: hue angle of 68.08º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABC504 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 4 -
CMYK 0.13 0 0.98 0.23
HSL 68.08º 0.96% 0.39% -
HSV(B) 68.08º 0.98% 0.77% -
XYZ 36.78 48.6 7.56 -
YUV 167.22 35.89 130.69 -
System Red Green Blue C M Y K H S L
Decimal 171 197 4 0.13 0 0.98 0.23 68.08 0.96 0.39
Hex AB C5 4 D 0 62 17 44 60 27
Octal 253 305 4 15 0 142 27 104 140 47
Binary 10101011 11000101 100 1101 0 1100010 10111 1000100 1100000 100111

Color Harmonies of #ABC504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC504

Black with #ABC504

Text Example


Text Example

White with #ABC504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC504; }

 p { color: rgb(171,197,4); }

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

background-color css

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

 a { background-color: rgb(171,197,4); }

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

border-color css

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

 span { border-color: rgb(171,197,4); }

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