Html Css Color HEX #ACB62F Bahia

📋 copy color: '#ACB62F'

red 172 ◦ green 182 ◦ blue 47

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

Shades of Bahia #ACB62F

Tints of Bahia #ACB62F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.72%

R = 42.89%
G = 45.39%
B = 11.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#ACB62F (or 0xACB62F) is known color: Bahia. HEX triplet: AC, B6 and 2F. RGB value is (172,182,47). Sum of RGB (Red+Green+Blue) = 172+182+47=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB62F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB62F is #5349D0. Grayscale: #A4A4A4. Windows color (decimal): -5458385 or 3126956. OLE color: 3126956.

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

Color convert

RGB 172 182 47 -
CMYK 0.05 0 0.74 0.29
HSL 64.44º 0.59% 0.45% -
HSV(B) 64.44º 0.74% 0.71% -
XYZ 34.25 42.43 9.07 -
YUV 163.62 62.19 133.98 -
System Red Green Blue C M Y K H S L
Decimal 172 182 47 0.05 0 0.74 0.29 64.44 0.59 0.45
Hex AC B6 2F 5 0 4A 1D 40 3B 2D
Octal 254 266 57 5 0 112 35 100 73 55
Binary 10101100 10110110 101111 101 0 1001010 11101 1000000 111011 101101

Color Harmonies of #ACB62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB62F

Black with #ACB62F

Text Example


Text Example

White with #ACB62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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