Html Css Color HEX #ACC60F Bahia

📋 copy color: '#ACC60F'

red 172 ◦ green 198 ◦ blue 15

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

Shades of Bahia #ACC60F

Tints of Bahia #ACC60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.9%

R = 44.68%
G = 51.43%
B = 3.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#ACC60F (or 0xACC60F) is known color: Bahia. HEX triplet: AC, C6 and 0F. RGB value is (172,198,15). Sum of RGB (Red+Green+Blue) = 172+198+15=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 198 (77.73% from 255 or 51.43% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC60F is #5339F0. Grayscale: #AAAAAA. Windows color (decimal): -5454321 or 1033900. OLE color: 1033900.

HSL color Cylindrical-coordinate representation of color #ACC60F: hue angle of 68.52º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACC60F is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 198 15 -
CMYK 0.13 0 0.92 0.22
HSL 68.52º 0.86% 0.42% -
HSV(B) 68.52º 0.92% 0.78% -
XYZ 37.29 49.19 7.98 -
YUV 169.36 40.89 129.88 -
System Red Green Blue C M Y K H S L
Decimal 172 198 15 0.13 0 0.92 0.22 68.52 0.86 0.42
Hex AC C6 F D 0 5C 16 45 56 2A
Octal 254 306 17 15 0 134 26 105 126 52
Binary 10101100 11000110 1111 1101 0 1011100 10110 1000101 1010110 101010

Color Harmonies of #ACC60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC60F

Black with #ACC60F

Text Example


Text Example

White with #ACC60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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