Html Css Color HEX #ACB507 Citrus

📋 copy color: '#ACB507'

red 172 ◦ green 181 ◦ blue 7

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

Shades of Citrus #ACB507

Tints of Citrus #ACB507

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.28%

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

R = 47.78%
G = 50.28%
B = 1.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#ACB507 (or 0xACB507) is known color: Citrus. HEX triplet: AC, B5 and 07. RGB value is (172,181,7). Sum of RGB (Red+Green+Blue) = 172+181+7=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 181 (71.09% from 255 or 50.28% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB507 is #534AF8. Grayscale: #9F9F9F. Windows color (decimal): -5458681 or 505260. OLE color: 505260.

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

Color convert

RGB 172 181 7 -
CMYK 0.05 0 0.96 0.29
HSL 63.1º 0.93% 0.37% -
HSV(B) 63.1º 0.96% 0.71% -
XYZ 33.58 41.83 6.51 -
YUV 158.47 42.52 137.65 -
System Red Green Blue C M Y K H S L
Decimal 172 181 7 0.05 0 0.96 0.29 63.1 0.93 0.37
Hex AC B5 7 5 0 60 1D 3F 5D 25
Octal 254 265 7 5 0 140 35 77 135 45
Binary 10101100 10110101 111 101 0 1100000 11101 111111 1011101 100101

Color Harmonies of #ACB507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB507

Black with #ACB507

Text Example


Text Example

White with #ACB507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB507; }

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

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

background-color css

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

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

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

border-color css

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

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

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