Html Css Color HEX #ACBD20 Bahia

📋 copy color: '#ACBD20'

red 172 ◦ green 189 ◦ blue 32

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

Shades of Bahia #ACBD20

Tints of Bahia #ACBD20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.14%

R = 43.77%
G = 48.09%
B = 8.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#ACBD20 (or 0xACBD20) is known color: Bahia. HEX triplet: AC, BD and 20. RGB value is (172,189,32). Sum of RGB (Red+Green+Blue) = 172+189+32=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBD20 is #5342DF. Grayscale: #A6A6A6. Windows color (decimal): -5456608 or 2145708. OLE color: 2145708.

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

Color convert

RGB 172 189 32 -
CMYK 0.09 0 0.83 0.26
HSL 66.5º 0.71% 0.43% -
HSV(B) 66.5º 0.83% 0.74% -
XYZ 35.47 45.27 8.23 -
YUV 166.02 52.37 132.27 -
System Red Green Blue C M Y K H S L
Decimal 172 189 32 0.09 0 0.83 0.26 66.5 0.71 0.43
Hex AC BD 20 9 0 53 1A 42 47 2B
Octal 254 275 40 11 0 123 32 102 107 53
Binary 10101100 10111101 100000 1001 0 1010011 11010 1000010 1000111 101011

Color Harmonies of #ACBD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD20

Black with #ACBD20

Text Example


Text Example

White with #ACBD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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