Html Css Color HEX #ACB627 Bahia

📋 copy color: '#ACB627'

red 172 ◦ green 182 ◦ blue 39

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

Shades of Bahia #ACB627

Tints of Bahia #ACB627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.92%

R = 43.77%
G = 46.31%
B = 9.92%

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

#ACB627 (or 0xACB627) is known color: Bahia. HEX triplet: AC, B6 and 27. RGB value is (172,182,39). Sum of RGB (Red+Green+Blue) = 172+182+39=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB627 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB627 is #5349D8. Grayscale: #A3A3A3. Windows color (decimal): -5458393 or 2602668. OLE color: 2602668.

HSL color Cylindrical-coordinate representation of color #ACB627: hue angle of 64.2º 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 #ACB627 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 39 -
CMYK 0.05 0 0.79 0.29
HSL 64.2º 0.65% 0.43% -
HSV(B) 64.2º 0.79% 0.71% -
XYZ 34.11 42.37 8.3 -
YUV 162.71 58.19 134.63 -
System Red Green Blue C M Y K H S L
Decimal 172 182 39 0.05 0 0.79 0.29 64.2 0.65 0.43
Hex AC B6 27 5 0 4F 1D 40 41 2B
Octal 254 266 47 5 0 117 35 100 101 53
Binary 10101100 10110110 100111 101 0 1001111 11101 1000000 1000001 101011

Color Harmonies of #ACB627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB627

Black with #ACB627

Text Example


Text Example

White with #ACB627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB627; }

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

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

background-color css

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

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

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

border-color css

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

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

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