Html Css Color HEX #ACBC20 Bahia

📋 copy color: '#ACBC20'

red 172 ◦ green 188 ◦ blue 32

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

Shades of Bahia #ACBC20

Tints of Bahia #ACBC20

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.96%

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

R = 43.88%
G = 47.96%
B = 8.16%

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

#ACBC20 (or 0xACBC20) is known color: Bahia. HEX triplet: AC, BC and 20. RGB value is (172,188,32). Sum of RGB (Red+Green+Blue) = 172+188+32=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC20 is #5343DF. Grayscale: #A6A6A6. Windows color (decimal): -5456864 or 2145452. OLE color: 2145452.

HSL color Cylindrical-coordinate representation of color #ACBC20: hue angle of 66.15º 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 #ACBC20 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 188 32 -
CMYK 0.09 0 0.83 0.26
HSL 66.15º 0.71% 0.43% -
HSV(B) 66.15º 0.83% 0.74% -
XYZ 35.26 44.84 8.16 -
YUV 165.43 52.7 132.68 -
System Red Green Blue C M Y K H S L
Decimal 172 188 32 0.09 0 0.83 0.26 66.15 0.71 0.43
Hex AC BC 20 9 0 53 1A 42 47 2B
Octal 254 274 40 11 0 123 32 102 107 53
Binary 10101100 10111100 100000 1001 0 1010011 11010 1000010 1000111 101011

Color Harmonies of #ACBC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC20

Black with #ACBC20

Text Example


Text Example

White with #ACBC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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