Html Css Color HEX #ACB62C Bahia

📋 copy color: '#ACB62C'

red 172 ◦ green 182 ◦ blue 44

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

Shades of Bahia #ACB62C

Tints of Bahia #ACB62C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.06%

R = 43.22%
G = 45.73%
B = 11.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#ACB62C (or 0xACB62C) is known color: Bahia. HEX triplet: AC, B6 and 2C. RGB value is (172,182,44). Sum of RGB (Red+Green+Blue) = 172+182+44=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB62C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB62C is #5349D3. Grayscale: #A3A3A3. Windows color (decimal): -5458388 or 2930348. OLE color: 2930348.

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

Color convert

RGB 172 182 44 -
CMYK 0.05 0 0.76 0.29
HSL 64.35º 0.61% 0.44% -
HSV(B) 64.35º 0.76% 0.71% -
XYZ 34.2 42.41 8.77 -
YUV 163.28 60.69 134.22 -
System Red Green Blue C M Y K H S L
Decimal 172 182 44 0.05 0 0.76 0.29 64.35 0.61 0.44
Hex AC B6 2C 5 0 4C 1D 40 3D 2C
Octal 254 266 54 5 0 114 35 100 75 54
Binary 10101100 10110110 101100 101 0 1001100 11101 1000000 111101 101100

Color Harmonies of #ACB62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB62C

Black with #ACB62C

Text Example


Text Example

White with #ACB62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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