Html Css Color HEX #ACAC08 Citrus

📋 copy color: '#ACAC08'

red 172 ◦ green 172 ◦ blue 8

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

Shades of Citrus #ACAC08

Tints of Citrus #ACAC08

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.86%

 BLUE value IS 8 (3.52% from 255) = 2.27%

R = 48.86%
G = 48.86%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#ACAC08 (or 0xACAC08) is known color: Citrus. HEX triplet: AC, AC and 08. RGB value is (172,172,8). Sum of RGB (Red+Green+Blue) = 172+172+8=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAC08 is #5353F7. Grayscale: #999999. Windows color (decimal): -5460984 or 568492. OLE color: 568492.

HSL color Cylindrical-coordinate representation of color #ACAC08: hue angle of 60º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACAC08 is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 172 8 -
CMYK 0 0 0.95 0.33
HSL 60º 0.91% 0.35% -
HSV(B) 60º 0.95% 0.67% -
XYZ 31.81 38.29 5.94 -
YUV 153.3 46 141.34 -
System Red Green Blue C M Y K H S L
Decimal 172 172 8 0 0 0.95 0.33 60 0.91 0.35
Hex AC AC 8 0 0 5F 21 3C 5B 23
Octal 254 254 10 0 0 137 41 74 133 43
Binary 10101100 10101100 1000 0 0 1011111 100001 111100 1011011 100011

Color Harmonies of #ACAC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC08

Black with #ACAC08

Text Example


Text Example

White with #ACAC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC08; }

 p { color: rgb(172,172,8); }

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

background-color css

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

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

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

border-color css

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

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

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