Html Css Color HEX #ACC014 Bahia

📋 copy color: '#ACC014'

red 172 ◦ green 192 ◦ blue 20

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

Shades of Bahia #ACC014

Tints of Bahia #ACC014

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50%

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

R = 44.79%
G = 50%
B = 5.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#ACC014 (or 0xACC014) is known color: Bahia. HEX triplet: AC, C0 and 14. RGB value is (172,192,20). Sum of RGB (Red+Green+Blue) = 172+192+20=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC014 is #533FEB. Grayscale: #A7A7A7. Windows color (decimal): -5455852 or 1360044. OLE color: 1360044.

HSL color Cylindrical-coordinate representation of color #ACC014: hue angle of 66.98º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACC014 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 20 -
CMYK 0.10 0 0.90 0.25
HSL 66.98º 0.81% 0.42% -
HSV(B) 66.98º 0.9% 0.75% -
XYZ 35.99 46.52 7.74 -
YUV 166.41 45.37 131.99 -
System Red Green Blue C M Y K H S L
Decimal 172 192 20 0.10 0 0.90 0.25 66.98 0.81 0.42
Hex AC C0 14 A 0 5A 19 43 51 2A
Octal 254 300 24 12 0 132 31 103 121 52
Binary 10101100 11000000 10100 1010 0 1011010 11001 1000011 1010001 101010

Color Harmonies of #ACC014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC014

Black with #ACC014

Text Example


Text Example

White with #ACC014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC014; }

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

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

background-color css

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

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

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

border-color css

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

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

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