Html Css Color HEX #A3B11D Bahia

📋 copy color: '#A3B11D'

red 163 ◦ green 177 ◦ blue 29

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

Shades of Bahia #A3B11D

Tints of Bahia #A3B11D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.97%

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

R = 44.17%
G = 47.97%
B = 7.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#A3B11D (or 0xA3B11D) is known color: Bahia. HEX triplet: A3, B1 and 1D. RGB value is (163,177,29). Sum of RGB (Red+Green+Blue) = 163+177+29=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B11D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3B11D is #5C4EE2. Grayscale: #9C9C9C. Windows color (decimal): -6049507 or 1946019. OLE color: 1946019.

HSL color Cylindrical-coordinate representation of color #A3B11D: hue angle of 65.68º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3B11D is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 177 29 -
CMYK 0.08 0 0.84 0.31
HSL 65.68º 0.72% 0.4% -
HSV(B) 65.68º 0.84% 0.69% -
XYZ 31.05 39.32 7.12 -
YUV 155.94 56.36 133.03 -
System Red Green Blue C M Y K H S L
Decimal 163 177 29 0.08 0 0.84 0.31 65.68 0.72 0.4
Hex A3 B1 1D 8 0 54 1F 42 48 28
Octal 243 261 35 10 0 124 37 102 110 50
Binary 10100011 10110001 11101 1000 0 1010100 11111 1000010 1001000 101000

Color Harmonies of #A3B11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B11D

Black with #A3B11D

Text Example


Text Example

White with #A3B11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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