Html Css Color HEX #ACB623 Bahia

📋 copy color: '#ACB623'

red 172 ◦ green 182 ◦ blue 35

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

Shades of Bahia #ACB623

Tints of Bahia #ACB623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9%

R = 44.22%
G = 46.79%
B = 9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#ACB623 (or 0xACB623) is known color: Bahia. HEX triplet: AC, B6 and 23. RGB value is (172,182,35). Sum of RGB (Red+Green+Blue) = 172+182+35=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 35 (14.06% from 255 or 9.00% from 389); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB623 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB623 is #5349DC. Grayscale: #A2A2A2. Windows color (decimal): -5458397 or 2340524. OLE color: 2340524.

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

Color convert

RGB 172 182 35 -
CMYK 0.05 0 0.81 0.29
HSL 64.08º 0.68% 0.43% -
HSV(B) 64.08º 0.81% 0.71% -
XYZ 34.04 42.35 7.97 -
YUV 162.25 56.19 134.95 -
System Red Green Blue C M Y K H S L
Decimal 172 182 35 0.05 0 0.81 0.29 64.08 0.68 0.43
Hex AC B6 23 5 0 51 1D 40 44 2B
Octal 254 266 43 5 0 121 35 100 104 53
Binary 10101100 10110110 100011 101 0 1010001 11101 1000000 1000100 101011

Color Harmonies of #ACB623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB623

Black with #ACB623

Text Example


Text Example

White with #ACB623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB623; }

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

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

background-color css

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

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

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

border-color css

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

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

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