Html Css Color HEX #ACBA28 Bahia

📋 copy color: '#ACBA28'

red 172 ◦ green 186 ◦ blue 40

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

Shades of Bahia #ACBA28

Tints of Bahia #ACBA28

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.73%

 BLUE value IS 40 (16.02% from 255) = 10.05%

R = 43.22%
G = 46.73%
B = 10.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#ACBA28 (or 0xACBA28) is known color: Bahia. HEX triplet: AC, BA and 28. RGB value is (172,186,40). Sum of RGB (Red+Green+Blue) = 172+186+40=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBA28 is #5345D7. Grayscale: #A5A5A5. Windows color (decimal): -5457368 or 2669228. OLE color: 2669228.

HSL color Cylindrical-coordinate representation of color #ACBA28: hue angle of 65.75º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACBA28 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 186 40 -
CMYK 0.08 0 0.78 0.27
HSL 65.75º 0.65% 0.44% -
HSV(B) 65.75º 0.78% 0.73% -
XYZ 34.96 44.04 8.67 -
YUV 165.17 57.36 132.87 -
System Red Green Blue C M Y K H S L
Decimal 172 186 40 0.08 0 0.78 0.27 65.75 0.65 0.44
Hex AC BA 28 8 0 4E 1B 42 41 2C
Octal 254 272 50 10 0 116 33 102 101 54
Binary 10101100 10111010 101000 1000 0 1001110 11011 1000010 1000001 101100

Color Harmonies of #ACBA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA28

Black with #ACBA28

Text Example


Text Example

White with #ACBA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA28; }

 p { color: rgb(172,186,40); }

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

background-color css

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

 a { background-color: rgb(172,186,40); }

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

border-color css

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

 span { border-color: rgb(172,186,40); }

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