Html Css Color HEX #ACC310 Bahia

📋 copy color: '#ACC310'

red 172 ◦ green 195 ◦ blue 16

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

Shades of Bahia #ACC310

Tints of Bahia #ACC310

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.91%

 BLUE value IS 16 (6.64% from 255) = 4.18%

R = 44.91%
G = 50.91%
B = 4.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#ACC310 (or 0xACC310) is known color: Bahia. HEX triplet: AC, C3 and 10. RGB value is (172,195,16). Sum of RGB (Red+Green+Blue) = 172+195+16=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC310 is #533CEF. Grayscale: #A8A8A8. Windows color (decimal): -5455088 or 1098668. OLE color: 1098668.

HSL color Cylindrical-coordinate representation of color #ACC310: hue angle of 67.71º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACC310 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 195 16 -
CMYK 0.12 0 0.92 0.24
HSL 67.71º 0.85% 0.41% -
HSV(B) 67.71º 0.92% 0.76% -
XYZ 36.62 47.84 7.79 -
YUV 167.72 42.38 131.05 -
System Red Green Blue C M Y K H S L
Decimal 172 195 16 0.12 0 0.92 0.24 67.71 0.85 0.41
Hex AC C3 10 C 0 5C 18 44 55 29
Octal 254 303 20 14 0 134 30 104 125 51
Binary 10101100 11000011 10000 1100 0 1011100 11000 1000100 1010101 101001

Color Harmonies of #ACC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC310

Black with #ACC310

Text Example


Text Example

White with #ACC310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC310; }

 p { color: rgb(172,195,16); }

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

background-color css

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

 a { background-color: rgb(172,195,16); }

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

border-color css

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

 span { border-color: rgb(172,195,16); }

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