Html Css Color HEX #ACBD1D Bahia

📋 copy color: '#ACBD1D'

red 172 ◦ green 189 ◦ blue 29

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

Shades of Bahia #ACBD1D

Tints of Bahia #ACBD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.44%

R = 44.1%
G = 48.46%
B = 7.44%

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

#ACBD1D (or 0xACBD1D) is known color: Bahia. HEX triplet: AC, BD and 1D. RGB value is (172,189,29). Sum of RGB (Red+Green+Blue) = 172+189+29=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBD1D is #5342E2. Grayscale: #A6A6A6. Windows color (decimal): -5456611 or 1949100. OLE color: 1949100.

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

Color convert

RGB 172 189 29 -
CMYK 0.09 0 0.85 0.26
HSL 66.38º 0.73% 0.43% -
HSV(B) 66.38º 0.85% 0.74% -
XYZ 35.43 45.25 8.03 -
YUV 165.68 50.87 132.51 -
System Red Green Blue C M Y K H S L
Decimal 172 189 29 0.09 0 0.85 0.26 66.38 0.73 0.43
Hex AC BD 1D 9 0 55 1A 42 49 2B
Octal 254 275 35 11 0 125 32 102 111 53
Binary 10101100 10111101 11101 1001 0 1010101 11010 1000010 1001001 101011

Color Harmonies of #ACBD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD1D

Black with #ACBD1D

Text Example


Text Example

White with #ACBD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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