Html Css Color HEX #A3B430 Bahia

📋 copy color: '#A3B430'

red 163 ◦ green 180 ◦ blue 48

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

Shades of Bahia #A3B430

Tints of Bahia #A3B430

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.04%

 BLUE value IS 48 (19.14% from 255) = 12.28%

R = 41.69%
G = 46.04%
B = 12.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#A3B430 (or 0xA3B430) is known color: Bahia. HEX triplet: A3, B4 and 30. RGB value is (163,180,48). Sum of RGB (Red+Green+Blue) = 163+180+48=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B430 is #5C4BCF. Grayscale: #A0A0A0. Windows color (decimal): -6048720 or 3191971. OLE color: 3191971.

HSL color Cylindrical-coordinate representation of color #A3B430: hue angle of 67.73º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3B430 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 180 48 -
CMYK 0.09 0 0.73 0.29
HSL 67.73º 0.58% 0.45% -
HSV(B) 67.73º 0.73% 0.71% -
XYZ 31.96 40.64 8.96 -
YUV 159.87 64.87 130.23 -
System Red Green Blue C M Y K H S L
Decimal 163 180 48 0.09 0 0.73 0.29 67.73 0.58 0.45
Hex A3 B4 30 9 0 49 1D 44 3A 2D
Octal 243 264 60 11 0 111 35 104 72 55
Binary 10100011 10110100 110000 1001 0 1001001 11101 1000100 111010 101101

Color Harmonies of #A3B430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B430

Black with #A3B430

Text Example


Text Example

White with #A3B430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B430; }

 p { color: rgb(163,180,48); }

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

background-color css

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

 a { background-color: rgb(163,180,48); }

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

border-color css

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

 span { border-color: rgb(163,180,48); }

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