Html Css Color HEX #ACC011 Bahia

📋 copy color: '#ACC011'

red 172 ◦ green 192 ◦ blue 17

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

Shades of Bahia #ACC011

Tints of Bahia #ACC011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.46%

R = 45.14%
G = 50.39%
B = 4.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#ACC011 (or 0xACC011) is known color: Bahia. HEX triplet: AC, C0 and 11. RGB value is (172,192,17). Sum of RGB (Red+Green+Blue) = 172+192+17=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC011 is #533FEE. Grayscale: #A6A6A6. Windows color (decimal): -5455855 or 1163436. OLE color: 1163436.

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

Color convert

RGB 172 192 17 -
CMYK 0.10 0 0.91 0.25
HSL 66.86º 0.84% 0.41% -
HSV(B) 66.86º 0.91% 0.75% -
XYZ 35.96 46.51 7.61 -
YUV 166.07 43.87 132.23 -
System Red Green Blue C M Y K H S L
Decimal 172 192 17 0.10 0 0.91 0.25 66.86 0.84 0.41
Hex AC C0 11 A 0 5B 19 43 54 29
Octal 254 300 21 12 0 133 31 103 124 51
Binary 10101100 11000000 10001 1010 0 1011011 11001 1000011 1010100 101001

Color Harmonies of #ACC011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC011

Black with #ACC011

Text Example


Text Example

White with #ACC011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC011; }

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

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

background-color css

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

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

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

border-color css

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

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

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