Html Css Color HEX #ACB62A Bahia

📋 copy color: '#ACB62A'

red 172 ◦ green 182 ◦ blue 42

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

Shades of Bahia #ACB62A

Tints of Bahia #ACB62A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.96%

 BLUE value IS 42 (16.8% from 255) = 10.61%

R = 43.43%
G = 45.96%
B = 10.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#ACB62A (or 0xACB62A) is known color: Bahia. HEX triplet: AC, B6 and 2A. RGB value is (172,182,42). Sum of RGB (Red+Green+Blue) = 172+182+42=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB62A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB62A is #5349D5. Grayscale: #A3A3A3. Windows color (decimal): -5458390 or 2799276. OLE color: 2799276.

HSL color Cylindrical-coordinate representation of color #ACB62A: hue angle of 64.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACB62A is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 42 -
CMYK 0.05 0 0.77 0.29
HSL 64.29º 0.63% 0.44% -
HSV(B) 64.29º 0.77% 0.71% -
XYZ 34.16 42.39 8.57 -
YUV 163.05 59.69 134.38 -
System Red Green Blue C M Y K H S L
Decimal 172 182 42 0.05 0 0.77 0.29 64.29 0.63 0.44
Hex AC B6 2A 5 0 4D 1D 40 3E 2C
Octal 254 266 52 5 0 115 35 100 76 54
Binary 10101100 10110110 101010 101 0 1001101 11101 1000000 111110 101100

Color Harmonies of #ACB62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB62A

Black with #ACB62A

Text Example


Text Example

White with #ACB62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB62A; }

 p { color: rgb(172,182,42); }

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

background-color css

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

 a { background-color: rgb(172,182,42); }

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

border-color css

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

 span { border-color: rgb(172,182,42); }

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