Html Css Color HEX #ACC514 Bahia

📋 copy color: '#ACC514'

red 172 ◦ green 197 ◦ blue 20

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

Shades of Bahia #ACC514

Tints of Bahia #ACC514

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.64%

 BLUE value IS 20 (8.2% from 255) = 5.14%

R = 44.22%
G = 50.64%
B = 5.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#ACC514 (or 0xACC514) is known color: Bahia. HEX triplet: AC, C5 and 14. RGB value is (172,197,20). Sum of RGB (Red+Green+Blue) = 172+197+20=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC514 is #533AEB. Grayscale: #AAAAAA. Windows color (decimal): -5454572 or 1361324. OLE color: 1361324.

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

Color convert

RGB 172 197 20 -
CMYK 0.13 0 0.90 0.23
HSL 68.47º 0.82% 0.43% -
HSV(B) 68.47º 0.9% 0.77% -
XYZ 37.11 48.75 8.12 -
YUV 169.35 43.72 129.89 -
System Red Green Blue C M Y K H S L
Decimal 172 197 20 0.13 0 0.90 0.23 68.47 0.82 0.43
Hex AC C5 14 D 0 5A 17 44 52 2B
Octal 254 305 24 15 0 132 27 104 122 53
Binary 10101100 11000101 10100 1101 0 1011010 10111 1000100 1010010 101011

Color Harmonies of #ACC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC514

Black with #ACC514

Text Example


Text Example

White with #ACC514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC514; }

 p { color: rgb(172,197,20); }

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

background-color css

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

 a { background-color: rgb(172,197,20); }

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

border-color css

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

 span { border-color: rgb(172,197,20); }

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