Html Css Color HEX #ABC505 Citrus

📋 copy color: '#ABC505'

red 171 ◦ green 197 ◦ blue 5

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

Shades of Citrus #ABC505

Tints of Citrus #ABC505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 45.84%
G = 52.82%
B = 1.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#ABC505 (or 0xABC505) is known color: Citrus. HEX triplet: AB, C5 and 05. RGB value is (171,197,5). Sum of RGB (Red+Green+Blue) = 171+197+5=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC505 is #543AFA. Grayscale: #A8A8A8. Windows color (decimal): -5520123 or 378283. OLE color: 378283.

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

Color convert

RGB 171 197 5 -
CMYK 0.13 0 0.97 0.23
HSL 68.13º 0.95% 0.4% -
HSV(B) 68.13º 0.97% 0.77% -
XYZ 36.79 48.6 7.59 -
YUV 167.34 36.39 130.61 -
System Red Green Blue C M Y K H S L
Decimal 171 197 5 0.13 0 0.97 0.23 68.13 0.95 0.4
Hex AB C5 5 D 0 61 17 44 5F 28
Octal 253 305 5 15 0 141 27 104 137 50
Binary 10101011 11000101 101 1101 0 1100001 10111 1000100 1011111 101000

Color Harmonies of #ABC505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC505

Black with #ABC505

Text Example


Text Example

White with #ABC505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC505; }

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

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

background-color css

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

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

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

border-color css

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

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

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