Html Css Color HEX #ACBC2D Bahia

📋 copy color: '#ACBC2D'

red 172 ◦ green 188 ◦ blue 45

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

Shades of Bahia #ACBC2D

Tints of Bahia #ACBC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.11%

R = 42.47%
G = 46.42%
B = 11.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#ACBC2D (or 0xACBC2D) is known color: Bahia. HEX triplet: AC, BC and 2D. RGB value is (172,188,45). Sum of RGB (Red+Green+Blue) = 172+188+45=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC2D is #5343D2. Grayscale: #A7A7A7. Windows color (decimal): -5456851 or 2997420. OLE color: 2997420.

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

Color convert

RGB 172 188 45 -
CMYK 0.09 0 0.76 0.26
HSL 66.71º 0.61% 0.46% -
HSV(B) 66.71º 0.76% 0.74% -
XYZ 35.47 44.93 9.28 -
YUV 166.91 59.2 131.63 -
System Red Green Blue C M Y K H S L
Decimal 172 188 45 0.09 0 0.76 0.26 66.71 0.61 0.46
Hex AC BC 2D 9 0 4C 1A 43 3D 2E
Octal 254 274 55 11 0 114 32 103 75 56
Binary 10101100 10111100 101101 1001 0 1001100 11010 1000011 111101 101110

Color Harmonies of #ACBC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC2D

Black with #ACBC2D

Text Example


Text Example

White with #ACBC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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