Html Css Color HEX #ACBC1C Bahia

📋 copy color: '#ACBC1C'

red 172 ◦ green 188 ◦ blue 28

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

Shades of Bahia #ACBC1C

Tints of Bahia #ACBC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.22%

R = 44.33%
G = 48.45%
B = 7.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#ACBC1C (or 0xACBC1C) is known color: Bahia. HEX triplet: AC, BC and 1C. RGB value is (172,188,28). Sum of RGB (Red+Green+Blue) = 172+188+28=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 28 (11.33% from 255 or 7.22% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC1C is #5343E3. Grayscale: #A5A5A5. Windows color (decimal): -5456868 or 1883308. OLE color: 1883308.

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

Color convert

RGB 172 188 28 -
CMYK 0.09 0 0.85 0.26
HSL 66º 0.74% 0.42% -
HSV(B) 66º 0.85% 0.74% -
XYZ 35.21 44.82 7.89 -
YUV 164.98 50.7 133.01 -
System Red Green Blue C M Y K H S L
Decimal 172 188 28 0.09 0 0.85 0.26 66 0.74 0.42
Hex AC BC 1C 9 0 55 1A 42 4A 2A
Octal 254 274 34 11 0 125 32 102 112 52
Binary 10101100 10111100 11100 1001 0 1010101 11010 1000010 1001010 101010

Color Harmonies of #ACBC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC1C

Black with #ACBC1C

Text Example


Text Example

White with #ACBC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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