Html Css Color HEX #ACC013 Bahia

📋 copy color: '#ACC013'

red 172 ◦ green 192 ◦ blue 19

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

Shades of Bahia #ACC013

Tints of Bahia #ACC013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.96%

R = 44.91%
G = 50.13%
B = 4.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#ACC013 (or 0xACC013) is known color: Bahia. HEX triplet: AC, C0 and 13. RGB value is (172,192,19). Sum of RGB (Red+Green+Blue) = 172+192+19=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC013 is #533FEC. Grayscale: #A6A6A6. Windows color (decimal): -5455853 or 1294508. OLE color: 1294508.

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

Color convert

RGB 172 192 19 -
CMYK 0.10 0 0.90 0.25
HSL 66.94º 0.82% 0.41% -
HSV(B) 66.94º 0.9% 0.75% -
XYZ 35.98 46.52 7.7 -
YUV 166.3 44.87 132.07 -
System Red Green Blue C M Y K H S L
Decimal 172 192 19 0.10 0 0.90 0.25 66.94 0.82 0.41
Hex AC C0 13 A 0 5A 19 43 52 29
Octal 254 300 23 12 0 132 31 103 122 51
Binary 10101100 11000000 10011 1010 0 1011010 11001 1000011 1010010 101001

Color Harmonies of #ACC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC013

Black with #ACC013

Text Example


Text Example

White with #ACC013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC013; }

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

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

background-color css

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

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

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

border-color css

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

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

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