Html Css Color HEX #ACBD2D Bahia

📋 copy color: '#ACBD2D'

red 172 ◦ green 189 ◦ blue 45

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

Shades of Bahia #ACBD2D

Tints of Bahia #ACBD2D

RGB

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

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

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

R = 42.36%
G = 46.55%
B = 11.08%

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

#ACBD2D (or 0xACBD2D) is known color: Bahia. HEX triplet: AC, BD and 2D. RGB value is (172,189,45). Sum of RGB (Red+Green+Blue) = 172+189+45=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBD2D is #5342D2. Grayscale: #A8A8A8. Windows color (decimal): -5456595 or 2997676. OLE color: 2997676.

HSL color Cylindrical-coordinate representation of color #ACBD2D: hue angle of 67.08º degrees, saturation: 0.62, 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 #ACBD2D is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 189 45 -
CMYK 0.09 0 0.76 0.26
HSL 67.08º 0.62% 0.46% -
HSV(B) 67.08º 0.76% 0.74% -
XYZ 35.68 45.36 9.36 -
YUV 167.5 58.87 131.21 -
System Red Green Blue C M Y K H S L
Decimal 172 189 45 0.09 0 0.76 0.26 67.08 0.62 0.46
Hex AC BD 2D 9 0 4C 1A 43 3E 2E
Octal 254 275 55 11 0 114 32 103 76 56
Binary 10101100 10111101 101101 1001 0 1001100 11010 1000011 111110 101110

Color Harmonies of #ACBD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD2D

Black with #ACBD2D

Text Example


Text Example

White with #ACBD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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