Html Css Color HEX #A3BD1C Bahia

📋 copy color: '#A3BD1C'

red 163 ◦ green 189 ◦ blue 28

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

Shades of Bahia #A3BD1C

Tints of Bahia #A3BD1C

RGB

 RED value IS 163 (64.06% from 255) = 42.89%

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

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

R = 42.89%
G = 49.74%
B = 7.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#A3BD1C (or 0xA3BD1C) is known color: Bahia. HEX triplet: A3, BD and 1C. RGB value is (163,189,28). Sum of RGB (Red+Green+Blue) = 163+189+28=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BD1C is #5C42E3. Grayscale: #A3A3A3. Windows color (decimal): -6046436 or 1883555. OLE color: 1883555.

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

Color convert

RGB 163 189 28 -
CMYK 0.14 0 0.85 0.26
HSL 69.69º 0.74% 0.43% -
HSV(B) 69.69º 0.85% 0.74% -
XYZ 33.51 44.27 7.88 -
YUV 162.87 51.89 128.09 -
System Red Green Blue C M Y K H S L
Decimal 163 189 28 0.14 0 0.85 0.26 69.69 0.74 0.43
Hex A3 BD 1C E 0 55 1A 46 4A 2B
Octal 243 275 34 16 0 125 32 106 112 53
Binary 10100011 10111101 11100 1110 0 1010101 11010 1000110 1001010 101011

Color Harmonies of #A3BD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BD1C

Black with #A3BD1C

Text Example


Text Example

White with #A3BD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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