Html Css Color HEX #ACB72F Bahia

📋 copy color: '#ACB72F'

red 172 ◦ green 183 ◦ blue 47

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

Shades of Bahia #ACB72F

Tints of Bahia #ACB72F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.52%

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

R = 42.79%
G = 45.52%
B = 11.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#ACB72F (or 0xACB72F) is known color: Bahia. HEX triplet: AC, B7 and 2F. RGB value is (172,183,47). Sum of RGB (Red+Green+Blue) = 172+183+47=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 47 (18.75% from 255 or 11.69% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB72F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB72F is #5348D0. Grayscale: #A4A4A4. Windows color (decimal): -5458129 or 3127212. OLE color: 3127212.

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

Color convert

RGB 172 183 47 -
CMYK 0.06 0 0.74 0.28
HSL 64.85º 0.59% 0.45% -
HSV(B) 64.85º 0.74% 0.72% -
XYZ 34.46 42.84 9.14 -
YUV 164.21 61.86 133.56 -
System Red Green Blue C M Y K H S L
Decimal 172 183 47 0.06 0 0.74 0.28 64.85 0.59 0.45
Hex AC B7 2F 6 0 4A 1C 41 3B 2D
Octal 254 267 57 6 0 112 34 101 73 55
Binary 10101100 10110111 101111 110 0 1001010 11100 1000001 111011 101101

Color Harmonies of #ACB72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB72F

Black with #ACB72F

Text Example


Text Example

White with #ACB72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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