Html Css Color HEX #ACC010 Bahia

📋 copy color: '#ACC010'

red 172 ◦ green 192 ◦ blue 16

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

Shades of Bahia #ACC010

Tints of Bahia #ACC010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.53%

 BLUE value IS 16 (6.64% from 255) = 4.21%

R = 45.26%
G = 50.53%
B = 4.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#ACC010 (or 0xACC010) is known color: Bahia. HEX triplet: AC, C0 and 10. RGB value is (172,192,16). Sum of RGB (Red+Green+Blue) = 172+192+16=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC010 is #533FEF. Grayscale: #A6A6A6. Windows color (decimal): -5455856 or 1097900. OLE color: 1097900.

HSL color Cylindrical-coordinate representation of color #ACC010: hue angle of 66.82º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACC010 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 16 -
CMYK 0.10 0 0.92 0.25
HSL 66.82º 0.85% 0.41% -
HSV(B) 66.82º 0.92% 0.75% -
XYZ 35.96 46.51 7.57 -
YUV 165.96 43.37 132.31 -
System Red Green Blue C M Y K H S L
Decimal 172 192 16 0.10 0 0.92 0.25 66.82 0.85 0.41
Hex AC C0 10 A 0 5C 19 43 55 29
Octal 254 300 20 12 0 134 31 103 125 51
Binary 10101100 11000000 10000 1010 0 1011100 11001 1000011 1010101 101001

Color Harmonies of #ACC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC010

Black with #ACC010

Text Example


Text Example

White with #ACC010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC010; }

 p { color: rgb(172,192,16); }

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

background-color css

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

 a { background-color: rgb(172,192,16); }

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

border-color css

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

 span { border-color: rgb(172,192,16); }

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