Html Css Color HEX #ACB81C Bahia

📋 copy color: '#ACB81C'

red 172 ◦ green 184 ◦ blue 28

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

Shades of Bahia #ACB81C

Tints of Bahia #ACB81C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.92%

 BLUE value IS 28 (11.33% from 255) = 7.29%

R = 44.79%
G = 47.92%
B = 7.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#ACB81C (or 0xACB81C) is known color: Bahia. HEX triplet: AC, B8 and 1C. RGB value is (172,184,28). Sum of RGB (Red+Green+Blue) = 172+184+28=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB81C is #5347E3. Grayscale: #A3A3A3. Windows color (decimal): -5457892 or 1882284. OLE color: 1882284.

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

Color convert

RGB 172 184 28 -
CMYK 0.07 0 0.85 0.28
HSL 64.62º 0.74% 0.42% -
HSV(B) 64.62º 0.85% 0.72% -
XYZ 34.36 43.14 7.61 -
YUV 162.63 52.02 134.68 -
System Red Green Blue C M Y K H S L
Decimal 172 184 28 0.07 0 0.85 0.28 64.62 0.74 0.42
Hex AC B8 1C 7 0 55 1C 41 4A 2A
Octal 254 270 34 7 0 125 34 101 112 52
Binary 10101100 10111000 11100 111 0 1010101 11100 1000001 1001010 101010

Color Harmonies of #ACB81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB81C

Black with #ACB81C

Text Example


Text Example

White with #ACB81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB81C; }

 p { color: rgb(172,184,28); }

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

background-color css

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

 a { background-color: rgb(172,184,28); }

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

border-color css

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

 span { border-color: rgb(172,184,28); }

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