Html Css Color HEX #ACC613 Bahia

📋 copy color: '#ACC613'

red 172 ◦ green 198 ◦ blue 19

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

Shades of Bahia #ACC613

Tints of Bahia #ACC613

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.9%

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

R = 44.22%
G = 50.9%
B = 4.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#ACC613 (or 0xACC613) is known color: Bahia. HEX triplet: AC, C6 and 13. RGB value is (172,198,19). Sum of RGB (Red+Green+Blue) = 172+198+19=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC613 is #5339EC. Grayscale: #AAAAAA. Windows color (decimal): -5454317 or 1296044. OLE color: 1296044.

HSL color Cylindrical-coordinate representation of color #ACC613: hue angle of 68.72º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACC613 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 198 19 -
CMYK 0.13 0 0.90 0.22
HSL 68.72º 0.82% 0.43% -
HSV(B) 68.72º 0.9% 0.78% -
XYZ 37.32 49.21 8.15 -
YUV 169.82 42.89 129.55 -
System Red Green Blue C M Y K H S L
Decimal 172 198 19 0.13 0 0.90 0.22 68.72 0.82 0.43
Hex AC C6 13 D 0 5A 16 45 52 2B
Octal 254 306 23 15 0 132 26 105 122 53
Binary 10101100 11000110 10011 1101 0 1011010 10110 1000101 1010010 101011

Color Harmonies of #ACC613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC613

Black with #ACC613

Text Example


Text Example

White with #ACC613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC613; }

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

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

background-color css

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

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

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

border-color css

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

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

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