Html Css Color HEX #ACBC19 Bahia

📋 copy color: '#ACBC19'

red 172 ◦ green 188 ◦ blue 25

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

Shades of Bahia #ACBC19

Tints of Bahia #ACBC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.49%

R = 44.68%
G = 48.83%
B = 6.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#ACBC19 (or 0xACBC19) is known color: Bahia. HEX triplet: AC, BC and 19. RGB value is (172,188,25). Sum of RGB (Red+Green+Blue) = 172+188+25=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBC19 is #5343E6. Grayscale: #A5A5A5. Windows color (decimal): -5456871 or 1686700. OLE color: 1686700.

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

Color convert

RGB 172 188 25 -
CMYK 0.09 0 0.87 0.26
HSL 65.89º 0.77% 0.42% -
HSV(B) 65.89º 0.87% 0.74% -
XYZ 35.17 44.81 7.71 -
YUV 164.63 49.2 133.25 -
System Red Green Blue C M Y K H S L
Decimal 172 188 25 0.09 0 0.87 0.26 65.89 0.77 0.42
Hex AC BC 19 9 0 57 1A 42 4D 2A
Octal 254 274 31 11 0 127 32 102 115 52
Binary 10101100 10111100 11001 1001 0 1010111 11010 1000010 1001101 101010

Color Harmonies of #ACBC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC19

Black with #ACBC19

Text Example


Text Example

White with #ACBC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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