Html Css Color HEX #A3BD1D Bahia

📋 copy color: '#A3BD1D'

red 163 ◦ green 189 ◦ blue 29

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

Shades of Bahia #A3BD1D

Tints of Bahia #A3BD1D

RGB

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

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

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

R = 42.78%
G = 49.61%
B = 7.61%

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

#A3BD1D (or 0xA3BD1D) is known color: Bahia. HEX triplet: A3, BD and 1D. RGB value is (163,189,29). Sum of RGB (Red+Green+Blue) = 163+189+29=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BD1D is #5C42E2. Grayscale: #A3A3A3. Windows color (decimal): -6046435 or 1949091. OLE color: 1949091.

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

Color convert

RGB 163 189 29 -
CMYK 0.14 0 0.85 0.26
HSL 69.75º 0.73% 0.43% -
HSV(B) 69.75º 0.85% 0.74% -
XYZ 33.52 44.27 7.94 -
YUV 162.99 52.39 128.01 -
System Red Green Blue C M Y K H S L
Decimal 163 189 29 0.14 0 0.85 0.26 69.75 0.73 0.43
Hex A3 BD 1D E 0 55 1A 46 49 2B
Octal 243 275 35 16 0 125 32 106 111 53
Binary 10100011 10111101 11101 1110 0 1010101 11010 1000110 1001001 101011

Color Harmonies of #A3BD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BD1D

Black with #A3BD1D

Text Example


Text Example

White with #A3BD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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