Html Css Color HEX #ACB619 Bahia

📋 copy color: '#ACB619'

red 172 ◦ green 182 ◦ blue 25

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

Shades of Bahia #ACB619

Tints of Bahia #ACB619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.6%

R = 45.38%
G = 48.02%
B = 6.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#ACB619 (or 0xACB619) is known color: Bahia. HEX triplet: AC, B6 and 19. RGB value is (172,182,25). Sum of RGB (Red+Green+Blue) = 172+182+25=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB619 is #5349E6. Grayscale: #A1A1A1. Windows color (decimal): -5458407 or 1685164. OLE color: 1685164.

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

Color convert

RGB 172 182 25 -
CMYK 0.05 0 0.86 0.29
HSL 63.82º 0.76% 0.41% -
HSV(B) 63.82º 0.86% 0.71% -
XYZ 33.92 42.3 7.3 -
YUV 161.11 51.19 135.77 -
System Red Green Blue C M Y K H S L
Decimal 172 182 25 0.05 0 0.86 0.29 63.82 0.76 0.41
Hex AC B6 19 5 0 56 1D 40 4C 29
Octal 254 266 31 5 0 126 35 100 114 51
Binary 10101100 10110110 11001 101 0 1010110 11101 1000000 1001100 101001

Color Harmonies of #ACB619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB619

Black with #ACB619

Text Example


Text Example

White with #ACB619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB619; }

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

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

background-color css

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

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

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

border-color css

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

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

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