Html Css Color HEX #ACB70A Citrus

📋 copy color: '#ACB70A'

red 172 ◦ green 183 ◦ blue 10

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

Shades of Citrus #ACB70A

Tints of Citrus #ACB70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.74%

R = 47.12%
G = 50.14%
B = 2.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#ACB70A (or 0xACB70A) is known color: Citrus. HEX triplet: AC, B7 and 0A. RGB value is (172,183,10). Sum of RGB (Red+Green+Blue) = 172+183+10=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB70A is #5348F5. Grayscale: #A0A0A0. Windows color (decimal): -5458166 or 702380. OLE color: 702380.

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

Color convert

RGB 172 183 10 -
CMYK 0.06 0 0.95 0.28
HSL 63.82º 0.9% 0.38% -
HSV(B) 63.82º 0.95% 0.72% -
XYZ 34 42.66 6.73 -
YUV 159.99 43.36 136.57 -
System Red Green Blue C M Y K H S L
Decimal 172 183 10 0.06 0 0.95 0.28 63.82 0.9 0.38
Hex AC B7 A 6 0 5F 1C 40 5A 26
Octal 254 267 12 6 0 137 34 100 132 46
Binary 10101100 10110111 1010 110 0 1011111 11100 1000000 1011010 100110

Color Harmonies of #ACB70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB70A

Black with #ACB70A

Text Example


Text Example

White with #ACB70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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