Html Css Color HEX #ACB312 Citrus

📋 copy color: '#ACB312'

red 172 ◦ green 179 ◦ blue 18

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

Shades of Citrus #ACB312

Tints of Citrus #ACB312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.51%

 BLUE value IS 18 (7.42% from 255) = 4.88%

R = 46.61%
G = 48.51%
B = 4.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#ACB312 (or 0xACB312) is known color: Citrus. HEX triplet: AC, B3 and 12. RGB value is (172,179,18). Sum of RGB (Red+Green+Blue) = 172+179+18=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 179 (70.31% from 255 or 48.51% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB312 is #534CED. Grayscale: #9F9F9F. Windows color (decimal): -5459182 or 1225644. OLE color: 1225644.

HSL color Cylindrical-coordinate representation of color #ACB312: hue angle of 62.61º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACB312 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 18 -
CMYK 0.04 0 0.90 0.30
HSL 62.61º 0.82% 0.39% -
HSV(B) 62.61º 0.9% 0.7% -
XYZ 33.24 41.05 6.74 -
YUV 158.55 48.68 137.59 -
System Red Green Blue C M Y K H S L
Decimal 172 179 18 0.04 0 0.90 0.30 62.61 0.82 0.39
Hex AC B3 12 4 0 5A 1E 3F 52 27
Octal 254 263 22 4 0 132 36 77 122 47
Binary 10101100 10110011 10010 100 0 1011010 11110 111111 1010010 100111

Color Harmonies of #ACB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB312

Black with #ACB312

Text Example


Text Example

White with #ACB312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB312; }

 p { color: rgb(172,179,18); }

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

background-color css

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

 a { background-color: rgb(172,179,18); }

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

border-color css

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

 span { border-color: rgb(172,179,18); }

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