Html Css Color HEX #ACB626 Bahia

📋 copy color: '#ACB626'

red 172 ◦ green 182 ◦ blue 38

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

Shades of Bahia #ACB626

Tints of Bahia #ACB626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.69%

R = 43.88%
G = 46.43%
B = 9.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#ACB626 (or 0xACB626) is known color: Bahia. HEX triplet: AC, B6 and 26. RGB value is (172,182,38). Sum of RGB (Red+Green+Blue) = 172+182+38=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 182 (71.48% from 255 or 46.43% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB626 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB626 is #5349D9. Grayscale: #A3A3A3. Windows color (decimal): -5458394 or 2537132. OLE color: 2537132.

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

Color convert

RGB 172 182 38 -
CMYK 0.05 0 0.79 0.29
HSL 64.17º 0.65% 0.43% -
HSV(B) 64.17º 0.79% 0.71% -
XYZ 34.09 42.37 8.21 -
YUV 162.59 57.69 134.71 -
System Red Green Blue C M Y K H S L
Decimal 172 182 38 0.05 0 0.79 0.29 64.17 0.65 0.43
Hex AC B6 26 5 0 4F 1D 40 41 2B
Octal 254 266 46 5 0 117 35 100 101 53
Binary 10101100 10110110 100110 101 0 1001111 11101 1000000 1000001 101011

Color Harmonies of #ACB626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB626

Black with #ACB626

Text Example


Text Example

White with #ACB626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB626; }

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

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

background-color css

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

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

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

border-color css

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

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

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