Html Css Color HEX #ACBA0E Citrus

📋 copy color: '#ACBA0E'

red 172 ◦ green 186 ◦ blue 14

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

Shades of Citrus #ACBA0E

Tints of Citrus #ACBA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.76%

R = 46.24%
G = 50%
B = 3.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#ACBA0E (or 0xACBA0E) is known color: Citrus. HEX triplet: AC, BA and 0E. RGB value is (172,186,14). Sum of RGB (Red+Green+Blue) = 172+186+14=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBA0E is #5345F1. Grayscale: #A2A2A2. Windows color (decimal): -5457394 or 965292. OLE color: 965292.

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

Color convert

RGB 172 186 14 -
CMYK 0.08 0 0.92 0.27
HSL 64.88º 0.86% 0.39% -
HSV(B) 64.88º 0.92% 0.73% -
XYZ 34.65 43.92 7.07 -
YUV 162.21 44.36 134.99 -
System Red Green Blue C M Y K H S L
Decimal 172 186 14 0.08 0 0.92 0.27 64.88 0.86 0.39
Hex AC BA E 8 0 5C 1B 41 56 27
Octal 254 272 16 10 0 134 33 101 126 47
Binary 10101100 10111010 1110 1000 0 1011100 11011 1000001 1010110 100111

Color Harmonies of #ACBA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA0E

Black with #ACBA0E

Text Example


Text Example

White with #ACBA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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