Html Css Color HEX #ACB706 Citrus

📋 copy color: '#ACB706'

red 172 ◦ green 183 ◦ blue 6

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

Shades of Citrus #ACB706

Tints of Citrus #ACB706

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.69%

 BLUE value IS 6 (2.73% from 255) = 1.66%

R = 47.65%
G = 50.69%
B = 1.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#ACB706 (or 0xACB706) is known color: Citrus. HEX triplet: AC, B7 and 06. RGB value is (172,183,6). Sum of RGB (Red+Green+Blue) = 172+183+6=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 6 (2.73% from 255 or 1.66% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB706 is #5348F9. Grayscale: #A0A0A0. Windows color (decimal): -5458170 or 440236. OLE color: 440236.

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

Color convert

RGB 172 183 6 -
CMYK 0.06 0 0.97 0.28
HSL 63.73º 0.94% 0.37% -
HSV(B) 63.73º 0.97% 0.72% -
XYZ 33.98 42.65 6.61 -
YUV 159.53 41.36 136.89 -
System Red Green Blue C M Y K H S L
Decimal 172 183 6 0.06 0 0.97 0.28 63.73 0.94 0.37
Hex AC B7 6 6 0 61 1C 40 5E 25
Octal 254 267 6 6 0 141 34 100 136 45
Binary 10101100 10110111 110 110 0 1100001 11100 1000000 1011110 100101

Color Harmonies of #ACB706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB706

Black with #ACB706

Text Example


Text Example

White with #ACB706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB706; }

 p { color: rgb(172,183,6); }

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

background-color css

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

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

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

border-color css

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

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

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