Html Css Color HEX #ACB804 Citrus

📋 copy color: '#ACB804'

red 172 ◦ green 184 ◦ blue 4

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

Shades of Citrus #ACB804

Tints of Citrus #ACB804

RGB

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

 GREEN value IS 184 (72.27% from 255) = 51.11%

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

R = 47.78%
G = 51.11%
B = 1.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#ACB804 (or 0xACB804) is known color: Citrus. HEX triplet: AC, B8 and 04. RGB value is (172,184,4). Sum of RGB (Red+Green+Blue) = 172+184+4=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 184 (72.27% from 255 or 51.11% from 360); Blue value is 4 (1.95% from 255 or 1.11% from 360); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB804 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB804 is #5347FB. Grayscale: #A0A0A0. Windows color (decimal): -5457916 or 309420. OLE color: 309420.

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

Color convert

RGB 172 184 4 -
CMYK 0.07 0 0.98 0.28
HSL 64º 0.96% 0.37% -
HSV(B) 64º 0.98% 0.72% -
XYZ 34.18 43.06 6.63 -
YUV 159.89 40.02 136.64 -
System Red Green Blue C M Y K H S L
Decimal 172 184 4 0.07 0 0.98 0.28 64 0.96 0.37
Hex AC B8 4 7 0 62 1C 40 60 25
Octal 254 270 4 7 0 142 34 100 140 45
Binary 10101100 10111000 100 111 0 1100010 11100 1000000 1100000 100101

Color Harmonies of #ACB804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB804

Black with #ACB804

Text Example


Text Example

White with #ACB804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB804; }

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

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

background-color css

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

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

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

border-color css

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

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

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