Html Css Color HEX #ACBD2A Bahia

📋 copy color: '#ACBD2A'

red 172 ◦ green 189 ◦ blue 42

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

Shades of Bahia #ACBD2A

Tints of Bahia #ACBD2A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.9%

 BLUE value IS 42 (16.8% from 255) = 10.42%

R = 42.68%
G = 46.9%
B = 10.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#ACBD2A (or 0xACBD2A) is known color: Bahia. HEX triplet: AC, BD and 2A. RGB value is (172,189,42). Sum of RGB (Red+Green+Blue) = 172+189+42=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBD2A is #5342D5. Grayscale: #A7A7A7. Windows color (decimal): -5456598 or 2801068. OLE color: 2801068.

HSL color Cylindrical-coordinate representation of color #ACBD2A: hue angle of 66.94º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACBD2A is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 189 42 -
CMYK 0.09 0 0.78 0.26
HSL 66.94º 0.64% 0.45% -
HSV(B) 66.94º 0.78% 0.74% -
XYZ 35.63 45.33 9.06 -
YUV 167.16 57.37 131.45 -
System Red Green Blue C M Y K H S L
Decimal 172 189 42 0.09 0 0.78 0.26 66.94 0.64 0.45
Hex AC BD 2A 9 0 4E 1A 43 40 2D
Octal 254 275 52 11 0 116 32 103 100 55
Binary 10101100 10111101 101010 1001 0 1001110 11010 1000011 1000000 101101

Color Harmonies of #ACBD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD2A

Black with #ACBD2A

Text Example


Text Example

White with #ACBD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD2A; }

 p { color: rgb(172,189,42); }

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

background-color css

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

 a { background-color: rgb(172,189,42); }

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

border-color css

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

 span { border-color: rgb(172,189,42); }

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