Html Css Color HEX #ACBC18 Bahia

📋 copy color: '#ACBC18'

red 172 ◦ green 188 ◦ blue 24

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

Shades of Bahia #ACBC18

Tints of Bahia #ACBC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.25%

R = 44.79%
G = 48.96%
B = 6.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#ACBC18 (or 0xACBC18) is known color: Bahia. HEX triplet: AC, BC and 18. RGB value is (172,188,24). Sum of RGB (Red+Green+Blue) = 172+188+24=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 24 (9.77% from 255 or 6.25% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBC18 is #5343E7. Grayscale: #A5A5A5. Windows color (decimal): -5456872 or 1621164. OLE color: 1621164.

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

Color convert

RGB 172 188 24 -
CMYK 0.09 0 0.87 0.26
HSL 65.85º 0.77% 0.42% -
HSV(B) 65.85º 0.87% 0.74% -
XYZ 35.16 44.8 7.66 -
YUV 164.52 48.7 133.34 -
System Red Green Blue C M Y K H S L
Decimal 172 188 24 0.09 0 0.87 0.26 65.85 0.77 0.42
Hex AC BC 18 9 0 57 1A 42 4D 2A
Octal 254 274 30 11 0 127 32 102 115 52
Binary 10101100 10111100 11000 1001 0 1010111 11010 1000010 1001101 101010

Color Harmonies of #ACBC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC18

Black with #ACBC18

Text Example


Text Example

White with #ACBC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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