Html Css Color HEX #ACBC12 Bahia

📋 copy color: '#ACBC12'

red 172 ◦ green 188 ◦ blue 18

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

Shades of Bahia #ACBC12

Tints of Bahia #ACBC12

RGB

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

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

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

R = 45.5%
G = 49.74%
B = 4.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#ACBC12 (or 0xACBC12) is known color: Bahia. HEX triplet: AC, BC and 12. RGB value is (172,188,18). Sum of RGB (Red+Green+Blue) = 172+188+18=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBC12 is #5343ED. Grayscale: #A4A4A4. Windows color (decimal): -5456878 or 1227948. OLE color: 1227948.

HSL color Cylindrical-coordinate representation of color #ACBC12: hue angle of 65.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACBC12 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 188 18 -
CMYK 0.09 0 0.90 0.26
HSL 65.65º 0.83% 0.4% -
HSV(B) 65.65º 0.9% 0.74% -
XYZ 35.11 44.78 7.37 -
YUV 163.84 45.7 133.82 -
System Red Green Blue C M Y K H S L
Decimal 172 188 18 0.09 0 0.90 0.26 65.65 0.83 0.4
Hex AC BC 12 9 0 5A 1A 42 53 28
Octal 254 274 22 11 0 132 32 102 123 50
Binary 10101100 10111100 10010 1001 0 1011010 11010 1000010 1010011 101000

Color Harmonies of #ACBC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC12

Black with #ACBC12

Text Example


Text Example

White with #ACBC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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