Html Css Color HEX #ACAB0C Citrus

📋 copy color: '#ACAB0C'

red 172 ◦ green 171 ◦ blue 12

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

Shades of Citrus #ACAB0C

Tints of Citrus #ACAB0C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.17%

 BLUE value IS 12 (5.08% from 255) = 3.38%

R = 48.45%
G = 48.17%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#ACAB0C (or 0xACAB0C) is known color: Citrus. HEX triplet: AC, AB and 0C. RGB value is (172,171,12). Sum of RGB (Red+Green+Blue) = 172+171+12=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAB0C is #5354F3. Grayscale: #999999. Windows color (decimal): -5461236 or 830380. OLE color: 830380.

HSL color Cylindrical-coordinate representation of color #ACAB0C: hue angle of 59.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACAB0C is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 171 12 -
CMYK 0 0.01 0.93 0.33
HSL 59.63º 0.87% 0.36% -
HSV(B) 59.63º 0.93% 0.67% -
XYZ 31.64 37.92 6 -
YUV 153.17 48.33 141.43 -
System Red Green Blue C M Y K H S L
Decimal 172 171 12 0 0.01 0.93 0.33 59.63 0.87 0.36
Hex AC AB C 0 1 5D 21 3C 57 24
Octal 254 253 14 0 1 135 41 74 127 44
Binary 10101100 10101011 1100 0 1 1011101 100001 111100 1010111 100100

Color Harmonies of #ACAB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB0C

Black with #ACAB0C

Text Example


Text Example

White with #ACAB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB0C; }

 p { color: rgb(172,171,12); }

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

background-color css

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

 a { background-color: rgb(172,171,12); }

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

border-color css

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

 span { border-color: rgb(172,171,12); }

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