Html Css Color HEX #ACBA1F Bahia

📋 copy color: '#ACBA1F'

red 172 ◦ green 186 ◦ blue 31

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

Shades of Bahia #ACBA1F

Tints of Bahia #ACBA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.97%

R = 44.22%
G = 47.81%
B = 7.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#ACBA1F (or 0xACBA1F) is known color: Bahia. HEX triplet: AC, BA and 1F. RGB value is (172,186,31). Sum of RGB (Red+Green+Blue) = 172+186+31=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBA1F is #5345E0. Grayscale: #A4A4A4. Windows color (decimal): -5457377 or 2079404. OLE color: 2079404.

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

Color convert

RGB 172 186 31 -
CMYK 0.08 0 0.83 0.27
HSL 65.42º 0.71% 0.43% -
HSV(B) 65.42º 0.83% 0.73% -
XYZ 34.82 43.99 7.95 -
YUV 164.14 52.86 133.6 -
System Red Green Blue C M Y K H S L
Decimal 172 186 31 0.08 0 0.83 0.27 65.42 0.71 0.43
Hex AC BA 1F 8 0 53 1B 41 47 2B
Octal 254 272 37 10 0 123 33 101 107 53
Binary 10101100 10111010 11111 1000 0 1010011 11011 1000001 1000111 101011

Color Harmonies of #ACBA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA1F

Black with #ACBA1F

Text Example


Text Example

White with #ACBA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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