Html Css Color HEX #A3B915 Bahia

📋 copy color: '#A3B915'

red 163 ◦ green 185 ◦ blue 21

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

Shades of Bahia #A3B915

Tints of Bahia #A3B915

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.14%

 BLUE value IS 21 (8.59% from 255) = 5.69%

R = 44.17%
G = 50.14%
B = 5.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#A3B915 (or 0xA3B915) is known color: Bahia. HEX triplet: A3, B9 and 15. RGB value is (163,185,21). Sum of RGB (Red+Green+Blue) = 163+185+21=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3B915 is #5C46EA. Grayscale: #A0A0A0. Windows color (decimal): -6047467 or 1423779. OLE color: 1423779.

HSL color Cylindrical-coordinate representation of color #A3B915: hue angle of 68.05º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A3B915 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 185 21 -
CMYK 0.12 0 0.89 0.27
HSL 68.05º 0.8% 0.4% -
HSV(B) 68.05º 0.89% 0.73% -
XYZ 32.59 42.54 7.2 -
YUV 159.73 49.71 130.34 -
System Red Green Blue C M Y K H S L
Decimal 163 185 21 0.12 0 0.89 0.27 68.05 0.8 0.4
Hex A3 B9 15 C 0 59 1B 44 50 28
Octal 243 271 25 14 0 131 33 104 120 50
Binary 10100011 10111001 10101 1100 0 1011001 11011 1000100 1010000 101000

Color Harmonies of #A3B915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B915

Black with #A3B915

Text Example


Text Example

White with #A3B915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B915; }

 p { color: rgb(163,185,21); }

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

background-color css

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

 a { background-color: rgb(163,185,21); }

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

border-color css

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

 span { border-color: rgb(163,185,21); }

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