Html Css Color HEX #ACB31E Bahia

📋 copy color: '#ACB31E'

red 172 ◦ green 179 ◦ blue 30

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

Shades of Bahia #ACB31E

Tints of Bahia #ACB31E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.98%

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

R = 45.14%
G = 46.98%
B = 7.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#ACB31E (or 0xACB31E) is known color: Bahia. HEX triplet: AC, B3 and 1E. RGB value is (172,179,30). Sum of RGB (Red+Green+Blue) = 172+179+30=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB31E is #534CE1. Grayscale: #A0A0A0. Windows color (decimal): -5459170 or 2012076. OLE color: 2012076.

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

Color convert

RGB 172 179 30 -
CMYK 0.04 0 0.83 0.30
HSL 62.82º 0.71% 0.41% -
HSV(B) 62.82º 0.83% 0.7% -
XYZ 33.37 41.1 7.4 -
YUV 159.92 54.68 136.62 -
System Red Green Blue C M Y K H S L
Decimal 172 179 30 0.04 0 0.83 0.30 62.82 0.71 0.41
Hex AC B3 1E 4 0 53 1E 3F 47 29
Octal 254 263 36 4 0 123 36 77 107 51
Binary 10101100 10110011 11110 100 0 1010011 11110 111111 1000111 101001

Color Harmonies of #ACB31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB31E

Black with #ACB31E

Text Example


Text Example

White with #ACB31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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