Html Css Color HEX #ACBA14 Bahia

📋 copy color: '#ACBA14'

red 172 ◦ green 186 ◦ blue 20

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

Shades of Bahia #ACBA14

Tints of Bahia #ACBA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.21%

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

R = 45.5%
G = 49.21%
B = 5.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#ACBA14 (or 0xACBA14) is known color: Bahia. HEX triplet: AC, BA and 14. RGB value is (172,186,20). Sum of RGB (Red+Green+Blue) = 172+186+20=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBA14 is #5345EB. Grayscale: #A3A3A3. Windows color (decimal): -5457388 or 1358508. OLE color: 1358508.

HSL color Cylindrical-coordinate representation of color #ACBA14: hue angle of 65.06º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACBA14 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 186 20 -
CMYK 0.08 0 0.89 0.27
HSL 65.06º 0.81% 0.4% -
HSV(B) 65.06º 0.89% 0.73% -
XYZ 34.7 43.94 7.31 -
YUV 162.89 47.36 134.5 -
System Red Green Blue C M Y K H S L
Decimal 172 186 20 0.08 0 0.89 0.27 65.06 0.81 0.4
Hex AC BA 14 8 0 59 1B 41 51 28
Octal 254 272 24 10 0 131 33 101 121 50
Binary 10101100 10111010 10100 1000 0 1011001 11011 1000001 1010001 101000

Color Harmonies of #ACBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA14

Black with #ACBA14

Text Example


Text Example

White with #ACBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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