Html Css Color HEX #ACB705 Citrus

📋 copy color: '#ACB705'

red 172 ◦ green 183 ◦ blue 5

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

Shades of Citrus #ACB705

Tints of Citrus #ACB705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 47.78%
G = 50.83%
B = 1.39%

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

#ACB705 (or 0xACB705) is known color: Citrus. HEX triplet: AC, B7 and 05. RGB value is (172,183,5). Sum of RGB (Red+Green+Blue) = 172+183+5=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB705 is #5348FA. Grayscale: #A0A0A0. Windows color (decimal): -5458171 or 374700. OLE color: 374700.

HSL color Cylindrical-coordinate representation of color #ACB705: hue angle of 63.71º degrees, saturation: 0.95, 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 #ACB705 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 5 -
CMYK 0.06 0 0.97 0.28
HSL 63.71º 0.95% 0.37% -
HSV(B) 63.71º 0.97% 0.72% -
XYZ 33.97 42.65 6.58 -
YUV 159.42 40.86 136.97 -
System Red Green Blue C M Y K H S L
Decimal 172 183 5 0.06 0 0.97 0.28 63.71 0.95 0.37
Hex AC B7 5 6 0 61 1C 40 5F 25
Octal 254 267 5 6 0 141 34 100 137 45
Binary 10101100 10110111 101 110 0 1100001 11100 1000000 1011111 100101

Color Harmonies of #ACB705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB705

Black with #ACB705

Text Example


Text Example

White with #ACB705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB705; }

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

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

background-color css

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

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

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

border-color css

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

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

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