Html Css Color HEX #A3BE1D Bahia

📋 copy color: '#A3BE1D'

red 163 ◦ green 190 ◦ blue 29

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

Shades of Bahia #A3BE1D

Tints of Bahia #A3BE1D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.74%

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

R = 42.67%
G = 49.74%
B = 7.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#A3BE1D (or 0xA3BE1D) is known color: Bahia. HEX triplet: A3, BE and 1D. RGB value is (163,190,29). Sum of RGB (Red+Green+Blue) = 163+190+29=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 190 (74.61% from 255 or 49.74% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BE1D is #5C41E2. Grayscale: #A4A4A4. Windows color (decimal): -6046179 or 1949347. OLE color: 1949347.

HSL color Cylindrical-coordinate representation of color #A3BE1D: hue angle of 70.06º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A3BE1D is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 190 29 -
CMYK 0.14 0 0.85 0.25
HSL 70.06º 0.74% 0.43% -
HSV(B) 70.06º 0.85% 0.75% -
XYZ 33.74 44.7 8.01 -
YUV 163.57 52.05 127.59 -
System Red Green Blue C M Y K H S L
Decimal 163 190 29 0.14 0 0.85 0.25 70.06 0.74 0.43
Hex A3 BE 1D E 0 55 19 46 4A 2B
Octal 243 276 35 16 0 125 31 106 112 53
Binary 10100011 10111110 11101 1110 0 1010101 11001 1000110 1001010 101011

Color Harmonies of #A3BE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BE1D

Black with #A3BE1D

Text Example


Text Example

White with #A3BE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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