Html Css Color HEX #ACBD1C Bahia

📋 copy color: '#ACBD1C'

red 172 ◦ green 189 ◦ blue 28

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

Shades of Bahia #ACBD1C

Tints of Bahia #ACBD1C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.59%

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

R = 44.22%
G = 48.59%
B = 7.2%

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

#ACBD1C (or 0xACBD1C) is known color: Bahia. HEX triplet: AC, BD and 1C. RGB value is (172,189,28). Sum of RGB (Red+Green+Blue) = 172+189+28=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBD1C is #5342E3. Grayscale: #A6A6A6. Windows color (decimal): -5456612 or 1883564. OLE color: 1883564.

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

Color convert

RGB 172 189 28 -
CMYK 0.09 0 0.85 0.26
HSL 66.34º 0.74% 0.43% -
HSV(B) 66.34º 0.85% 0.74% -
XYZ 35.42 45.25 7.97 -
YUV 165.56 50.37 132.59 -
System Red Green Blue C M Y K H S L
Decimal 172 189 28 0.09 0 0.85 0.26 66.34 0.74 0.43
Hex AC BD 1C 9 0 55 1A 42 4A 2B
Octal 254 275 34 11 0 125 32 102 112 53
Binary 10101100 10111101 11100 1001 0 1010101 11010 1000010 1001010 101011

Color Harmonies of #ACBD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD1C

Black with #ACBD1C

Text Example


Text Example

White with #ACBD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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