Html Css Color HEX #ACB71A Bahia

📋 copy color: '#ACB71A'

red 172 ◦ green 183 ◦ blue 26

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

Shades of Bahia #ACB71A

Tints of Bahia #ACB71A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.82%

R = 45.14%
G = 48.03%
B = 6.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#ACB71A (or 0xACB71A) is known color: Bahia. HEX triplet: AC, B7 and 1A. RGB value is (172,183,26). Sum of RGB (Red+Green+Blue) = 172+183+26=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB71A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB71A is #5348E5. Grayscale: #A2A2A2. Windows color (decimal): -5458150 or 1750956. OLE color: 1750956.

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

Color convert

RGB 172 183 26 -
CMYK 0.06 0 0.86 0.28
HSL 64.2º 0.75% 0.41% -
HSV(B) 64.2º 0.86% 0.72% -
XYZ 34.13 42.71 7.42 -
YUV 161.81 51.36 135.27 -
System Red Green Blue C M Y K H S L
Decimal 172 183 26 0.06 0 0.86 0.28 64.2 0.75 0.41
Hex AC B7 1A 6 0 56 1C 40 4B 29
Octal 254 267 32 6 0 126 34 100 113 51
Binary 10101100 10110111 11010 110 0 1010110 11100 1000000 1001011 101001

Color Harmonies of #ACB71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB71A

Black with #ACB71A

Text Example


Text Example

White with #ACB71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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