Html Css Color HEX #ACB10C Citrus

📋 copy color: '#ACB10C'

red 172 ◦ green 177 ◦ blue 12

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

Shades of Citrus #ACB10C

Tints of Citrus #ACB10C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.03%

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

R = 47.65%
G = 49.03%
B = 3.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#ACB10C (or 0xACB10C) is known color: Citrus. HEX triplet: AC, B1 and 0C. RGB value is (172,177,12). Sum of RGB (Red+Green+Blue) = 172+177+12=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB10C is #534EF3. Grayscale: #9D9D9D. Windows color (decimal): -5459700 or 831916. OLE color: 831916.

HSL color Cylindrical-coordinate representation of color #ACB10C: hue angle of 61.82º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACB10C is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 12 -
CMYK 0.03 0 0.93 0.31
HSL 61.82º 0.87% 0.37% -
HSV(B) 61.82º 0.93% 0.69% -
XYZ 32.8 40.24 6.39 -
YUV 156.7 46.34 138.92 -
System Red Green Blue C M Y K H S L
Decimal 172 177 12 0.03 0 0.93 0.31 61.82 0.87 0.37
Hex AC B1 C 3 0 5D 1F 3E 57 25
Octal 254 261 14 3 0 135 37 76 127 45
Binary 10101100 10110001 1100 11 0 1011101 11111 111110 1010111 100101

Color Harmonies of #ACB10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB10C

Black with #ACB10C

Text Example


Text Example

White with #ACB10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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