Html Css Color HEX #ACB408 Citrus

📋 copy color: '#ACB408'

red 172 ◦ green 180 ◦ blue 8

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

Shades of Citrus #ACB408

Tints of Citrus #ACB408

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50%

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

R = 47.78%
G = 50%
B = 2.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#ACB408 (or 0xACB408) is known color: Citrus. HEX triplet: AC, B4 and 08. RGB value is (172,180,8). Sum of RGB (Red+Green+Blue) = 172+180+8=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB408 is #534BF7. Grayscale: #9E9E9E. Windows color (decimal): -5458936 or 570540. OLE color: 570540.

HSL color Cylindrical-coordinate representation of color #ACB408: hue angle of 62.79º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACB408 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 8 -
CMYK 0.04 0 0.96 0.29
HSL 62.79º 0.91% 0.37% -
HSV(B) 62.79º 0.96% 0.71% -
XYZ 33.38 41.43 6.47 -
YUV 158 43.35 137.99 -
System Red Green Blue C M Y K H S L
Decimal 172 180 8 0.04 0 0.96 0.29 62.79 0.91 0.37
Hex AC B4 8 4 0 60 1D 3F 5B 25
Octal 254 264 10 4 0 140 35 77 133 45
Binary 10101100 10110100 1000 100 0 1100000 11101 111111 1011011 100101

Color Harmonies of #ACB408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB408

Black with #ACB408

Text Example


Text Example

White with #ACB408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB408; }

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

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

background-color css

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

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

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

border-color css

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

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

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