Html Css Color HEX #A3BD29 Bahia

📋 copy color: '#A3BD29'

red 163 ◦ green 189 ◦ blue 41

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

Shades of Bahia #A3BD29

Tints of Bahia #A3BD29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.43%

R = 41.48%
G = 48.09%
B = 10.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#A3BD29 (or 0xA3BD29) is known color: Bahia. HEX triplet: A3, BD and 29. RGB value is (163,189,41). Sum of RGB (Red+Green+Blue) = 163+189+41=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BD29 is #5C42D6. Grayscale: #A4A4A4. Windows color (decimal): -6046423 or 2735523. OLE color: 2735523.

HSL color Cylindrical-coordinate representation of color #A3BD29: hue angle of 70.54º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A3BD29 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 189 41 -
CMYK 0.14 0 0.78 0.26
HSL 70.54º 0.64% 0.45% -
HSV(B) 70.54º 0.78% 0.74% -
XYZ 33.7 44.34 8.88 -
YUV 164.35 58.39 127.03 -
System Red Green Blue C M Y K H S L
Decimal 163 189 41 0.14 0 0.78 0.26 70.54 0.64 0.45
Hex A3 BD 29 E 0 4E 1A 47 40 2D
Octal 243 275 51 16 0 116 32 107 100 55
Binary 10100011 10111101 101001 1110 0 1001110 11010 1000111 1000000 101101

Color Harmonies of #A3BD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BD29

Black with #A3BD29

Text Example


Text Example

White with #A3BD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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