Html Css Color HEX #ACBE12 Bahia

📋 copy color: '#ACBE12'

red 172 ◦ green 190 ◦ blue 18

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

Shades of Bahia #ACBE12

Tints of Bahia #ACBE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.74%

R = 45.26%
G = 50%
B = 4.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#ACBE12 (or 0xACBE12) is known color: Bahia. HEX triplet: AC, BE and 12. RGB value is (172,190,18). Sum of RGB (Red+Green+Blue) = 172+190+18=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 190 (74.61% from 255 or 50% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBE12 is #5341ED. Grayscale: #A5A5A5. Windows color (decimal): -5456366 or 1228460. OLE color: 1228460.

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

Color convert

RGB 172 190 18 -
CMYK 0.09 0 0.91 0.25
HSL 66.28º 0.83% 0.41% -
HSV(B) 66.28º 0.91% 0.75% -
XYZ 35.54 45.64 7.51 -
YUV 165.01 45.04 132.99 -
System Red Green Blue C M Y K H S L
Decimal 172 190 18 0.09 0 0.91 0.25 66.28 0.83 0.41
Hex AC BE 12 9 0 5B 19 42 53 29
Octal 254 276 22 11 0 133 31 102 123 51
Binary 10101100 10111110 10010 1001 0 1011011 11001 1000010 1010011 101001

Color Harmonies of #ACBE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE12

Black with #ACBE12

Text Example


Text Example

White with #ACBE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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