Html Css Color HEX #ACB60F Citrus

📋 copy color: '#ACB60F'

red 172 ◦ green 182 ◦ blue 15

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

Shades of Citrus #ACB60F

Tints of Citrus #ACB60F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.32%

 BLUE value IS 15 (6.25% from 255) = 4.07%

R = 46.61%
G = 49.32%
B = 4.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#ACB60F (or 0xACB60F) is known color: Citrus. HEX triplet: AC, B6 and 0F. RGB value is (172,182,15). Sum of RGB (Red+Green+Blue) = 172+182+15=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB60F is #5349F0. Grayscale: #A0A0A0. Windows color (decimal): -5458417 or 1029804. OLE color: 1029804.

HSL color Cylindrical-coordinate representation of color #ACB60F: hue angle of 63.59º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACB60F is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 15 -
CMYK 0.05 0 0.92 0.29
HSL 63.59º 0.85% 0.39% -
HSV(B) 63.59º 0.92% 0.71% -
XYZ 33.83 42.26 6.83 -
YUV 159.97 46.19 136.58 -
System Red Green Blue C M Y K H S L
Decimal 172 182 15 0.05 0 0.92 0.29 63.59 0.85 0.39
Hex AC B6 F 5 0 5C 1D 40 55 27
Octal 254 266 17 5 0 134 35 100 125 47
Binary 10101100 10110110 1111 101 0 1011100 11101 1000000 1010101 100111

Color Harmonies of #ACB60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB60F

Black with #ACB60F

Text Example


Text Example

White with #ACB60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB60F; }

 p { color: rgb(172,182,15); }

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

background-color css

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

 a { background-color: rgb(172,182,15); }

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

border-color css

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

 span { border-color: rgb(172,182,15); }

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