Html Css Color HEX #ACC710 Bahia

📋 copy color: '#ACC710'

red 172 ◦ green 199 ◦ blue 16

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

Shades of Bahia #ACC710

Tints of Bahia #ACC710

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.42%

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

R = 44.44%
G = 51.42%
B = 4.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#ACC710 (or 0xACC710) is known color: Bahia. HEX triplet: AC, C7 and 10. RGB value is (172,199,16). Sum of RGB (Red+Green+Blue) = 172+199+16=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 199 (78.12% from 255 or 51.42% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC710 is #5338EF. Grayscale: #AAAAAA. Windows color (decimal): -5454064 or 1099692. OLE color: 1099692.

HSL color Cylindrical-coordinate representation of color #ACC710: hue angle of 68.85º degrees, saturation: 0.85, 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 #ACC710 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 199 16 -
CMYK 0.14 0 0.92 0.22
HSL 68.85º 0.85% 0.42% -
HSV(B) 68.85º 0.92% 0.78% -
XYZ 37.53 49.65 8.1 -
YUV 170.07 41.05 129.38 -
System Red Green Blue C M Y K H S L
Decimal 172 199 16 0.14 0 0.92 0.22 68.85 0.85 0.42
Hex AC C7 10 E 0 5C 16 45 55 2A
Octal 254 307 20 16 0 134 26 105 125 52
Binary 10101100 11000111 10000 1110 0 1011100 10110 1000101 1010101 101010

Color Harmonies of #ACC710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC710

Black with #ACC710

Text Example


Text Example

White with #ACC710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC710; }

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

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

background-color css

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

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

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

border-color css

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

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

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