Html Css Color HEX #A3BE1F Bahia

📋 copy color: '#A3BE1F'

red 163 ◦ green 190 ◦ blue 31

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

Shades of Bahia #A3BE1F

Tints of Bahia #A3BE1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.07%

R = 42.45%
G = 49.48%
B = 8.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#A3BE1F (or 0xA3BE1F) is known color: Bahia. HEX triplet: A3, BE and 1F. RGB value is (163,190,31). Sum of RGB (Red+Green+Blue) = 163+190+31=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 190 (74.61% from 255 or 49.48% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BE1F is #5C41E0. Grayscale: #A4A4A4. Windows color (decimal): -6046177 or 2080419. OLE color: 2080419.

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

Color convert

RGB 163 190 31 -
CMYK 0.14 0 0.84 0.25
HSL 70.19º 0.72% 0.43% -
HSV(B) 70.19º 0.84% 0.75% -
XYZ 33.77 44.71 8.15 -
YUV 163.8 53.05 127.43 -
System Red Green Blue C M Y K H S L
Decimal 163 190 31 0.14 0 0.84 0.25 70.19 0.72 0.43
Hex A3 BE 1F E 0 54 19 46 48 2B
Octal 243 276 37 16 0 124 31 106 110 53
Binary 10100011 10111110 11111 1110 0 1010100 11001 1000110 1001000 101011

Color Harmonies of #A3BE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BE1F

Black with #A3BE1F

Text Example


Text Example

White with #A3BE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BE1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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