Html Css Color HEX #ACC60D Bahia

📋 copy color: '#ACC60D'

red 172 ◦ green 198 ◦ blue 13

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

Shades of Bahia #ACC60D

Tints of Bahia #ACC60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.39%

R = 44.91%
G = 51.7%
B = 3.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#ACC60D (or 0xACC60D) is known color: Bahia. HEX triplet: AC, C6 and 0D. RGB value is (172,198,13). Sum of RGB (Red+Green+Blue) = 172+198+13=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 198 (77.73% from 255 or 51.70% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC60D is #5339F2. Grayscale: #A9A9A9. Windows color (decimal): -5454323 or 902828. OLE color: 902828.

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

Color convert

RGB 172 198 13 -
CMYK 0.13 0 0.93 0.22
HSL 68.43º 0.88% 0.41% -
HSV(B) 68.43º 0.93% 0.78% -
XYZ 37.28 49.19 7.91 -
YUV 169.14 39.89 130.04 -
System Red Green Blue C M Y K H S L
Decimal 172 198 13 0.13 0 0.93 0.22 68.43 0.88 0.41
Hex AC C6 D D 0 5D 16 44 58 29
Octal 254 306 15 15 0 135 26 104 130 51
Binary 10101100 11000110 1101 1101 0 1011101 10110 1000100 1011000 101001

Color Harmonies of #ACC60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC60D

Black with #ACC60D

Text Example


Text Example

White with #ACC60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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