Html Css Color HEX #ACB92F Bahia

📋 copy color: '#ACB92F'

red 172 ◦ green 185 ◦ blue 47

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

Shades of Bahia #ACB92F

Tints of Bahia #ACB92F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.79%

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

R = 42.57%
G = 45.79%
B = 11.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#ACB92F (or 0xACB92F) is known color: Bahia. HEX triplet: AC, B9 and 2F. RGB value is (172,185,47). Sum of RGB (Red+Green+Blue) = 172+185+47=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB92F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB92F is #5346D0. Grayscale: #A5A5A5. Windows color (decimal): -5457617 or 3127724. OLE color: 3127724.

HSL color Cylindrical-coordinate representation of color #ACB92F: hue angle of 65.65º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACB92F is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 47 -
CMYK 0.07 0 0.75 0.27
HSL 65.65º 0.59% 0.45% -
HSV(B) 65.65º 0.75% 0.73% -
XYZ 34.88 43.67 9.28 -
YUV 165.38 61.19 132.72 -
System Red Green Blue C M Y K H S L
Decimal 172 185 47 0.07 0 0.75 0.27 65.65 0.59 0.45
Hex AC B9 2F 7 0 4B 1B 42 3B 2D
Octal 254 271 57 7 0 113 33 102 73 55
Binary 10101100 10111001 101111 111 0 1001011 11011 1000010 111011 101101

Color Harmonies of #ACB92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB92F

Black with #ACB92F

Text Example


Text Example

White with #ACB92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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