Html Css Color HEX #ACB707 Citrus

📋 copy color: '#ACB707'

red 172 ◦ green 183 ◦ blue 7

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

Shades of Citrus #ACB707

Tints of Citrus #ACB707

RGB

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

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

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

R = 47.51%
G = 50.55%
B = 1.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#ACB707 (or 0xACB707) is known color: Citrus. HEX triplet: AC, B7 and 07. RGB value is (172,183,7). Sum of RGB (Red+Green+Blue) = 172+183+7=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 183 (71.88% from 255 or 50.55% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB707 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB707 is #5348F8. Grayscale: #A0A0A0. Windows color (decimal): -5458169 or 505772. OLE color: 505772.

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

Color convert

RGB 172 183 7 -
CMYK 0.06 0 0.96 0.28
HSL 63.75º 0.93% 0.37% -
HSV(B) 63.75º 0.96% 0.72% -
XYZ 33.99 42.65 6.64 -
YUV 159.65 41.86 136.81 -
System Red Green Blue C M Y K H S L
Decimal 172 183 7 0.06 0 0.96 0.28 63.75 0.93 0.37
Hex AC B7 7 6 0 60 1C 40 5D 25
Octal 254 267 7 6 0 140 34 100 135 45
Binary 10101100 10110111 111 110 0 1100000 11100 1000000 1011101 100101

Color Harmonies of #ACB707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB707

Black with #ACB707

Text Example


Text Example

White with #ACB707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB707; }

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

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

background-color css

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

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

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

border-color css

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

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

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