Html Css Color HEX #ACBE13 Bahia

📋 copy color: '#ACBE13'

red 172 ◦ green 190 ◦ blue 19

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

Shades of Bahia #ACBE13

Tints of Bahia #ACBE13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.99%

R = 45.14%
G = 49.87%
B = 4.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#ACBE13 (or 0xACBE13) is known color: Bahia. HEX triplet: AC, BE and 13. RGB value is (172,190,19). Sum of RGB (Red+Green+Blue) = 172+190+19=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBE13 is #5341EC. Grayscale: #A5A5A5. Windows color (decimal): -5456365 or 1293996. OLE color: 1293996.

HSL color Cylindrical-coordinate representation of color #ACBE13: hue angle of 66.32º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACBE13 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 190 19 -
CMYK 0.09 0 0.90 0.25
HSL 66.32º 0.82% 0.41% -
HSV(B) 66.32º 0.9% 0.75% -
XYZ 35.54 45.64 7.55 -
YUV 165.12 45.54 132.9 -
System Red Green Blue C M Y K H S L
Decimal 172 190 19 0.09 0 0.90 0.25 66.32 0.82 0.41
Hex AC BE 13 9 0 5A 19 42 52 29
Octal 254 276 23 11 0 132 31 102 122 51
Binary 10101100 10111110 10011 1001 0 1011010 11001 1000010 1010010 101001

Color Harmonies of #ACBE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE13

Black with #ACBE13

Text Example


Text Example

White with #ACBE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE13; }

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

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

background-color css

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

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

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

border-color css

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

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

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