Html Css Color HEX #ACB71E Bahia

📋 copy color: '#ACB71E'

red 172 ◦ green 183 ◦ blue 30

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

Shades of Bahia #ACB71E

Tints of Bahia #ACB71E

RGB

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

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

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

R = 44.68%
G = 47.53%
B = 7.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#ACB71E (or 0xACB71E) is known color: Bahia. HEX triplet: AC, B7 and 1E. RGB value is (172,183,30). Sum of RGB (Red+Green+Blue) = 172+183+30=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB71E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB71E is #5348E1. Grayscale: #A2A2A2. Windows color (decimal): -5458146 or 2013100. OLE color: 2013100.

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

Color convert

RGB 172 183 30 -
CMYK 0.06 0 0.84 0.28
HSL 64.31º 0.72% 0.42% -
HSV(B) 64.31º 0.84% 0.72% -
XYZ 34.18 42.73 7.67 -
YUV 162.27 53.36 134.94 -
System Red Green Blue C M Y K H S L
Decimal 172 183 30 0.06 0 0.84 0.28 64.31 0.72 0.42
Hex AC B7 1E 6 0 54 1C 40 48 2A
Octal 254 267 36 6 0 124 34 100 110 52
Binary 10101100 10110111 11110 110 0 1010100 11100 1000000 1001000 101010

Color Harmonies of #ACB71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB71E

Black with #ACB71E

Text Example


Text Example

White with #ACB71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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