Html Css Color HEX #ACB51E Bahia

📋 copy color: '#ACB51E'

red 172 ◦ green 181 ◦ blue 30

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

Shades of Bahia #ACB51E

Tints of Bahia #ACB51E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.26%

 BLUE value IS 30 (12.11% from 255) = 7.83%

R = 44.91%
G = 47.26%
B = 7.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#ACB51E (or 0xACB51E) is known color: Bahia. HEX triplet: AC, B5 and 1E. RGB value is (172,181,30). Sum of RGB (Red+Green+Blue) = 172+181+30=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB51E is #534AE1. Grayscale: #A1A1A1. Windows color (decimal): -5458658 or 2012588. OLE color: 2012588.

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

Color convert

RGB 172 181 30 -
CMYK 0.05 0 0.83 0.29
HSL 63.58º 0.72% 0.41% -
HSV(B) 63.58º 0.83% 0.71% -
XYZ 33.77 41.91 7.54 -
YUV 161.1 54.02 135.78 -
System Red Green Blue C M Y K H S L
Decimal 172 181 30 0.05 0 0.83 0.29 63.58 0.72 0.41
Hex AC B5 1E 5 0 53 1D 40 48 29
Octal 254 265 36 5 0 123 35 100 110 51
Binary 10101100 10110101 11110 101 0 1010011 11101 1000000 1001000 101001

Color Harmonies of #ACB51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB51E

Black with #ACB51E

Text Example


Text Example

White with #ACB51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB51E; }

 p { color: rgb(172,181,30); }

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

background-color css

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

 a { background-color: rgb(172,181,30); }

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

border-color css

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

 span { border-color: rgb(172,181,30); }

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