Html Css Color HEX #ACBE19 Bahia

📋 copy color: '#ACBE19'

red 172 ◦ green 190 ◦ blue 25

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

Shades of Bahia #ACBE19

Tints of Bahia #ACBE19

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.1%

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

R = 44.44%
G = 49.1%
B = 6.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#ACBE19 (or 0xACBE19) is known color: Bahia. HEX triplet: AC, BE and 19. RGB value is (172,190,25). Sum of RGB (Red+Green+Blue) = 172+190+25=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBE19 is #5341E6. Grayscale: #A6A6A6. Windows color (decimal): -5456359 or 1687212. OLE color: 1687212.

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

Color convert

RGB 172 190 25 -
CMYK 0.09 0 0.87 0.25
HSL 66.55º 0.77% 0.42% -
HSV(B) 66.55º 0.87% 0.75% -
XYZ 35.6 45.67 7.86 -
YUV 165.81 48.54 132.42 -
System Red Green Blue C M Y K H S L
Decimal 172 190 25 0.09 0 0.87 0.25 66.55 0.77 0.42
Hex AC BE 19 9 0 57 19 43 4D 2A
Octal 254 276 31 11 0 127 31 103 115 52
Binary 10101100 10111110 11001 1001 0 1010111 11001 1000011 1001101 101010

Color Harmonies of #ACBE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE19

Black with #ACBE19

Text Example


Text Example

White with #ACBE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE19; }

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

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

background-color css

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

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

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

border-color css

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

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

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