Html Css Color HEX #ACB904 Citrus

📋 copy color: '#ACB904'

red 172 ◦ green 185 ◦ blue 4

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

Shades of Citrus #ACB904

Tints of Citrus #ACB904

RGB

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

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

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

R = 47.65%
G = 51.25%
B = 1.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#ACB904 (or 0xACB904) is known color: Citrus. HEX triplet: AC, B9 and 04. RGB value is (172,185,4). Sum of RGB (Red+Green+Blue) = 172+185+4=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB904 is #5346FB. Grayscale: #A1A1A1. Windows color (decimal): -5457660 or 309676. OLE color: 309676.

HSL color Cylindrical-coordinate representation of color #ACB904: hue angle of 64.31º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACB904 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 4 -
CMYK 0.07 0 0.98 0.27
HSL 64.31º 0.96% 0.37% -
HSV(B) 64.31º 0.98% 0.73% -
XYZ 34.38 43.48 6.69 -
YUV 160.48 39.69 136.22 -
System Red Green Blue C M Y K H S L
Decimal 172 185 4 0.07 0 0.98 0.27 64.31 0.96 0.37
Hex AC B9 4 7 0 62 1B 40 60 25
Octal 254 271 4 7 0 142 33 100 140 45
Binary 10101100 10111001 100 111 0 1100010 11011 1000000 1100000 100101

Color Harmonies of #ACB904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB904

Black with #ACB904

Text Example


Text Example

White with #ACB904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB904; }

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

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

background-color css

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

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

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

border-color css

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

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

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