Html Css Color HEX #ACB407 Citrus

📋 copy color: '#ACB407'

red 172 ◦ green 180 ◦ blue 7

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

Shades of Citrus #ACB407

Tints of Citrus #ACB407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.95%

R = 47.91%
G = 50.14%
B = 1.95%

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

#ACB407 (or 0xACB407) is known color: Citrus. HEX triplet: AC, B4 and 07. RGB value is (172,180,7). Sum of RGB (Red+Green+Blue) = 172+180+7=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 180 (70.70% from 255 or 50.14% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB407 is #534BF8. Grayscale: #9E9E9E. Windows color (decimal): -5458937 or 505004. OLE color: 505004.

HSL color Cylindrical-coordinate representation of color #ACB407: hue angle of 62.77º degrees, saturation: 0.93, 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 #ACB407 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 7 -
CMYK 0.04 0 0.96 0.29
HSL 62.77º 0.93% 0.37% -
HSV(B) 62.77º 0.96% 0.71% -
XYZ 33.37 41.43 6.44 -
YUV 157.89 42.85 138.07 -
System Red Green Blue C M Y K H S L
Decimal 172 180 7 0.04 0 0.96 0.29 62.77 0.93 0.37
Hex AC B4 7 4 0 60 1D 3F 5D 25
Octal 254 264 7 4 0 140 35 77 135 45
Binary 10101100 10110100 111 100 0 1100000 11101 111111 1011101 100101

Color Harmonies of #ACB407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB407

Black with #ACB407

Text Example


Text Example

White with #ACB407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB407; }

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

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

background-color css

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

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

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

border-color css

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

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

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