Html Css Color HEX #ACBA0A Citrus

📋 copy color: '#ACBA0A'

red 172 ◦ green 186 ◦ blue 10

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

Shades of Citrus #ACBA0A

Tints of Citrus #ACBA0A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.54%

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

R = 46.74%
G = 50.54%
B = 2.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#ACBA0A (or 0xACBA0A) is known color: Citrus. HEX triplet: AC, BA and 0A. RGB value is (172,186,10). Sum of RGB (Red+Green+Blue) = 172+186+10=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBA0A is #5345F5. Grayscale: #A2A2A2. Windows color (decimal): -5457398 or 703148. OLE color: 703148.

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

Color convert

RGB 172 186 10 -
CMYK 0.08 0 0.95 0.27
HSL 64.77º 0.9% 0.38% -
HSV(B) 64.77º 0.95% 0.73% -
XYZ 34.63 43.91 6.94 -
YUV 161.75 42.36 135.31 -
System Red Green Blue C M Y K H S L
Decimal 172 186 10 0.08 0 0.95 0.27 64.77 0.9 0.38
Hex AC BA A 8 0 5F 1B 41 5A 26
Octal 254 272 12 10 0 137 33 101 132 46
Binary 10101100 10111010 1010 1000 0 1011111 11011 1000001 1011010 100110

Color Harmonies of #ACBA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA0A

Black with #ACBA0A

Text Example


Text Example

White with #ACBA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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