Html Css Color HEX #A3B330 Bahia

📋 copy color: '#A3B330'

red 163 ◦ green 179 ◦ blue 48

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

Shades of Bahia #A3B330

Tints of Bahia #A3B330

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.9%

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

R = 41.79%
G = 45.9%
B = 12.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#A3B330 (or 0xA3B330) is known color: Bahia. HEX triplet: A3, B3 and 30. RGB value is (163,179,48). Sum of RGB (Red+Green+Blue) = 163+179+48=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B330 is #5C4CCF. Grayscale: #9F9F9F. Windows color (decimal): -6048976 or 3191715. OLE color: 3191715.

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

Color convert

RGB 163 179 48 -
CMYK 0.09 0 0.73 0.30
HSL 67.33º 0.58% 0.45% -
HSV(B) 67.33º 0.73% 0.7% -
XYZ 31.76 40.24 8.89 -
YUV 159.28 65.2 130.65 -
System Red Green Blue C M Y K H S L
Decimal 163 179 48 0.09 0 0.73 0.30 67.33 0.58 0.45
Hex A3 B3 30 9 0 49 1E 43 3A 2D
Octal 243 263 60 11 0 111 36 103 72 55
Binary 10100011 10110011 110000 1001 0 1001001 11110 1000011 111010 101101

Color Harmonies of #A3B330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B330

Black with #A3B330

Text Example


Text Example

White with #A3B330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B330; }

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

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

background-color css

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

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

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

border-color css

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

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

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