Html Css Color HEX #ACB500 Citrus

📋 copy color: '#ACB500'

red 172 ◦ green 181 ◦ blue 0

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

Shades of Citrus #ACB500

Tints of Citrus #ACB500

RGB

 RED value IS 172 (67.58% from 255) = 48.73%

 GREEN value IS 181 (71.09% from 255) = 51.27%

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

R = 48.73%
G = 51.27%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#ACB500 (or 0xACB500) is known color: Citrus. HEX triplet: AC, B5 and 00. RGB value is (172,181,0). Sum of RGB (Red+Green+Blue) = 172+181+0=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 181 (71.09% from 255 or 51.27% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB500 is #534AFF. Grayscale: #9E9E9E. Windows color (decimal): -5458688 or 46508. OLE color: 46508.

HSL color Cylindrical-coordinate representation of color #ACB500: hue angle of 62.98º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACB500 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 0 -
CMYK 0.05 0 1 0.29
HSL 62.98º 1% 0.35% -
HSV(B) 62.98º 1% 0.71% -
XYZ 33.54 41.82 6.3 -
YUV 157.68 39.02 138.22 -
System Red Green Blue C M Y K H S L
Decimal 172 181 0 0.05 0 1 0.29 62.98 1 0.35
Hex AC B5 0 5 0 64 1D 3F 64 23
Octal 254 265 0 5 0 144 35 77 144 43
Binary 10101100 10110101 0 101 0 1100100 11101 111111 1100100 100011

Color Harmonies of #ACB500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB500

Black with #ACB500

Text Example


Text Example

White with #ACB500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB500; }

 p { color: rgb(172,181,0); }

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

background-color css

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

 a { background-color: rgb(172,181,0); }

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

border-color css

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

 span { border-color: rgb(172,181,0); }

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