Html Css Color HEX #ACB900 Citrus

📋 copy color: '#ACB900'

red 172 ◦ green 185 ◦ blue 0

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

Shades of Citrus #ACB900

Tints of Citrus #ACB900

RGB

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

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

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

R = 48.18%
G = 51.82%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#ACB900 (or 0xACB900) is known color: Citrus. HEX triplet: AC, B9 and 00. RGB value is (172,185,0). Sum of RGB (Red+Green+Blue) = 172+185+0=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB900 is #5346FF. Grayscale: #A0A0A0. Windows color (decimal): -5457664 or 47532. OLE color: 47532.

HSL color Cylindrical-coordinate representation of color #ACB900: hue angle of 64.22º 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 #ACB900 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 0 -
CMYK 0.07 0 1 0.27
HSL 64.22º 1% 0.36% -
HSV(B) 64.22º 1% 0.73% -
XYZ 34.36 43.47 6.58 -
YUV 160.02 37.69 136.54 -
System Red Green Blue C M Y K H S L
Decimal 172 185 0 0.07 0 1 0.27 64.22 1 0.36
Hex AC B9 0 7 0 64 1B 40 64 24
Octal 254 271 0 7 0 144 33 100 144 44
Binary 10101100 10111001 0 111 0 1100100 11011 1000000 1100100 100100

Color Harmonies of #ACB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB900

Black with #ACB900

Text Example


Text Example

White with #ACB900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB900; }

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

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

background-color css

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

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

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

border-color css

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

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

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