Html Css Color HEX #ACB92D Bahia

📋 copy color: '#ACB92D'

red 172 ◦ green 185 ◦ blue 45

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

Shades of Bahia #ACB92D

Tints of Bahia #ACB92D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.19%

R = 42.79%
G = 46.02%
B = 11.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#ACB92D (or 0xACB92D) is known color: Bahia. HEX triplet: AC, B9 and 2D. RGB value is (172,185,45). Sum of RGB (Red+Green+Blue) = 172+185+45=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB92D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB92D is #5346D2. Grayscale: #A5A5A5. Windows color (decimal): -5457619 or 2996652. OLE color: 2996652.

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

Color convert

RGB 172 185 45 -
CMYK 0.07 0 0.76 0.27
HSL 65.57º 0.61% 0.45% -
HSV(B) 65.57º 0.76% 0.73% -
XYZ 34.84 43.66 9.07 -
YUV 165.15 60.19 132.88 -
System Red Green Blue C M Y K H S L
Decimal 172 185 45 0.07 0 0.76 0.27 65.57 0.61 0.45
Hex AC B9 2D 7 0 4C 1B 42 3D 2D
Octal 254 271 55 7 0 114 33 102 75 55
Binary 10101100 10111001 101101 111 0 1001100 11011 1000010 111101 101101

Color Harmonies of #ACB92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB92D

Black with #ACB92D

Text Example


Text Example

White with #ACB92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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